Posts by Alecks Rolf • 1 point
1 post
-
-1
votes1
answer73
viewsQ: Type error in return of a derivative function
I have the following C code, I am compiling it on linux using gcc and -lm (see below) What happens is the following: f(x+dx) - f(x) gives zero ( which is not! ) The functions f(x+dx) and f(x) are…