Results 1 to 3 of 3

Thread: javascript question?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    31

    javascript question?

    i got this javascript form and im wondering math.pow means?
    Thanks for the help
    - Bored Teenager -

  2. #2
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: javascript question?

    Math.pow(x,n) returns x to the power of n. So say, Math.pow(2,3) returns 8... That's 23.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    31

    Re: javascript question?

    thanks that helps alot.
    Thanks for the help
    - Bored Teenager -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width