tags:

views:

54

answers:

2

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....

A: 

i blogged about this a while ago- posted a link there to a good article on it http://bryanallott.net/blog/2010/01/to-the-power-of-by-hand.html

bryanallott
I couldnt get sample code from the article... Can u provide it plz...
Rahul Varma
A: 

Thanks MAX for ur support.... as you said, MathUtilities.pow, instead of Math.pow worked...

Rahul Varma