0
how to go for xcube using c++. with the help of "math" include and not using multiplication method
Like I want to do x^3/a+x^5/a so how to do x^5 or 3
1 Answer
+ 3
http://www.cplusplus.com/reference/cmath/pow/
pow for doubles, powf for floats
Like I want to do x^3/a+x^5/a so how to do x^5 or 3