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

4th Aug 2017, 1:32 PM
mayank agrawal
mayank agrawal - avatar
1 Resposta
+ 3
http://www.cplusplus.com/reference/cmath/pow/ pow for doubles, powf for floats
4th Aug 2017, 1:36 PM
aklex
aklex - avatar