Anyone Good With Java Script?
I have a Math.pow command that im utilizing in a JS script to do some basic calculation however, rather than using math.pow im trying to figure out how to make a sum of A / B = D whilst also taking in to account an interest rate of value C.
So for example..
A = 100,000
B = 30
C = 5.750
D = 583.57
Does that make sense to anyone other than me? LOL
Regards,
Lee
|