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)…
I cant find any pre defined function in blackberry JDE to implement Math.pow(). Can
Share
What about
net.rim.device.api.util.MathUtilities.pow ( double double ).