MichaelCurtis
7 years agoQrew Cadet
Math.pow()
I am trying to recreate a loan calculator I had originally created in javascript. The problem is I cannot find a workaround for the Math.pow() method. I would like to do this without IOL and stick to ...