|
|
||||
|
||||
|
|
|
|||
|
xvictoryeohx@gmail.com wrote:
> C=L(1+i/100)power of n > i am stuck here > for example square root is Math.sqrt(x) > How do i do Power of a value? Math.pow(). -- glen |
|
|||
|
On Monday, July 30, 2012 12:31:35 PM UTC+8, glen herrmannsfeldt wrote:
> xvictoryeohx@gmail.com wrote: > > > C=L(1+i/100)power of n > > > > > i am stuck here > > > for example square root is Math.sqrt(x) > > > How do i do Power of a value? > > > > Math.pow(). > > > > -- glen Thanks! |
|
|||
|
On Sun, 29 Jul 2012 21:28:11 -0700 (PDT), xvictoryeohx@gmail.com
wrote, quoted or indirectly quoted someone who said : >C=L(1+i/100)power of n > >i am stuck here >for example square root is Math.sqrt(x) >How do i do Power of a value? see http://mindprod.com/jgloss/power.html -- Roedy Green Canadian Mind Products http://mindprod.com The greatest shortcoming of the human race is our inability to understand the exponential function. ~ Dr. Albert A. Bartlett (born: 1923-03-21 age: 89) http://www.youtube.com/watch?v=F-QA2rkpBSY |
|
|||
|
xvictoryeohx@gmail.com wrote:
> C=L(1+i/100)power of n > > i am stuck here > for example square root is Math.sqrt(x) > How do i do Power of a value? I have a dim memory from Numerical Analysis that the "obvious" way to evaluate that is inaccurate for small "i" and large "n". BugBear |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|