This is the forumalu I'm trying to make javascript perform for me... (1 + R)^N
It is for a class assignment(and he doesn't teach anything relevant to the javascript assignment in his class). That's besides the point...this is what I have so far.
function exponent(N,R) {
var answer;
answer =
How to perform the actual formula has got me...any help is much appreciated.







Bookmarks