Possible Duplicate:
J2ME power(double, double) math function implementation
I’m developing a simple j2me application. There I need to get the power of a number as like as in the pow(double num1, double num2) in java.
But as I got to know, j2me doesn’t support to this pow() method.
Any helpful option is appreciated.
1 Answer