Could anyone recommend a really good math library for C?
I note that the standard math.h library often takes variable values as input. My practice is where possible to pass pointers to functions. Do all these maths functions really need to use the passed data destructively? Is there a math library that allows better speed performance?
Many thanks,
-- Joe
I note that the standard math.h library often takes variable values as input. My practice is where possible to pass pointers to functions. Do all these maths functions really need to use the passed data destructively? Is there a math library that allows better speed performance?
Many thanks,
-- Joe