Pow

From Mesham
Revision as of 22:16, 10 January 2010 by Polas (talk | contribs) (Created page with '== Overview == This pow[n,x] function will return ''n'' to the power of ''x''. * '''Pass:''' Two integers * '''Returns:''' A double representing the result == Example == var…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This pow[n,x] function will return n to the power of x.

  • Pass: Two integers
  • Returns: A double representing the result

Example

var a:=pow[2,8];