Search code examples
blackberrypow

Implementing Math.pow() in blackberry


I cant find any pre defined function in blackberry JDE to implement Math.pow(). Can anyone please suggest how to power the values that are retrieved from the Edit text fields(Like X^Y value)...


Solution

  • What about net.rim.device.api.util.MathUtilities.pow ( double double ).