power function in blackberry

Posted by Rahul Varma on Stack Overflow See other posts from Stack Overflow or by Rahul Varma
Published on 2010-05-10T12:56:16Z Indexed on 2010/05/18 10:20 UTC
Read the original article Hit count: 224

Filed under:

Hi,

I desperately need a solution for this... I m using Blackberry JDE 5.0. In documentation it shows net.rim.device.api.util.MathUtilities.pow ( double double ) is added form 4.6. But i couldnt get pow function when i use Math.pow().

I need to get this value...float fSecondFactor=(float) (Math.pow(1+fRatePerMonth,fNumberofMonths)-1);

Can anyone tell me how to achieve this...Plzz....

© Stack Overflow or respective owner

Related posts about blackberry