Forum: C++ Mar 7th, 2008 |
| Replies: 2 Views: 535 basically what i'm trying to do is make the newton function accept two numbers, plug them through the equation f(x)/f'(x) and return a root. I then want prog.cpp to return that root |
Forum: C++ Mar 7th, 2008 |
| Replies: 2 Views: 535 I'm trying to create a function that uses loops to determine the roots of an equation using the Newton-Raphson method. I have my Newton function set up to take the input from my main prog, calculate... |