User Profile

Collapse

Profile Sidebar

Collapse
DOn1980
DOn1980
Last Activity: Mar 15 '07, 05:27 PM
Joined: Mar 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • :: full code removed per Posting Guidelines::

    IS THIS CORRECT ??????????????? ?
    See more | Go to post
    Last edited by sicarie; Apr 10 '07, 01:40 PM. Reason: Added [code] and [/code] tags

    Leave a comment:


  • DOn1980
    replied to approximating a series
    in C
    am a biggner not very sure of c++ coding i want to learn but i am unable to do this equation . if i have the answer i can try it and learn how it works...
    See more | Go to post

    Leave a comment:


  • DOn1980
    replied to approximating a series
    in C
    can sm one plz tell me how to declare the variables ///
    See more | Go to post

    Leave a comment:


  • DOn1980
    replied to approximating a series
    in C
    i need to write a programe for this equation .. i have no idea how to start it...
    See more | Go to post

    Leave a comment:


  • DOn1980
    started a topic please help me to get the coding for this
    in C

    please help me to get the coding for this

    The value ex can be approximated by the sum
    1 + x + x2/2! + x3/3! + … + xn/n!
    Write a program that takes a value x as input and outputs this sum for n taken
    to be each of the values 1 to 100. The program should also output ex
    calculated using the predefined function exp. The function exp is a predefined
    function such that exp(x) returns an approximation to the value ex. The
    function exp is in the library...
    See more | Go to post

  • DOn1980
    started a topic approximating a series
    in C

    approximating a series

    The value ex can be approximated by the sum
    1 + x + x2/2! + x3/3! + … + xn/n!
    Write a program that takes a value x as input and outputs this sum for n taken
    to be each of the values 1 to 100. The program should also output ex
    calculated using the predefined function exp. The function exp is a predefined
    function such that exp(x) returns an approximation to the value ex. The
    function exp is in the library...
    See more | Go to post
No activity results to display
Show More
Working...