Pow

From Mesham
Revision as of 12:55, 13 January 2013 by Polas (talk | contribs)
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 squared result

Example

#include <maths>
var a:=pow(2,8);