User profile: Zach S

User info
User name:Zach S
History
Joined:
Number of posts:6
Latest posts:

Polyval and polyder C++ equivalencies
I have figured out the polyval function but I am still unsure how to code the polyder function.

Polyval and polyder C++ equivalencies
No that doesn't make sense at all. So I tried doing this: [code]void polyder(float* p, int n, float*...

Polyval and polyder C++ equivalencies
For line 34, I changed the "i < 0" to "i > 0" and I am now getting a nonzero number but still not th...

Polyval and polyder C++ equivalencies
I have only been using C++ for several weeks and I am trying to write a program that will use the po...

C++ numerical program with loops
I want the loop to end once it reaches the end of the interval that the user enters, is this not how...