M
Magix
#include <math.h>
double pow( double base, double exp );
will pow (2, -30) works fine ? (exp is negative value). If not, what are the
workaround for exp to be negative?
double pow( double base, double exp );
will pow (2, -30) works fine ? (exp is negative value). If not, what are the
workaround for exp to be negative?