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)...
What about net.rim.device.api.util.MathUtilities.pow ( double double )
.