Advertisement
whiplk

[CODE] - Juros Composto

Jan 22nd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function juros_composto(c, i, t)
  2. {
  3.     return (m = (c*Math.pow((1+(i/100)),t)));
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement