Pow

From Mesham
Revision as of 15:44, 15 April 2019 by Polas (talk | contribs) (5 revisions imported)
(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 Ints
  • Returns: A Double representing the squared result

Example

#include <maths>

function void main() {
   var a:=pow(2,8);
};

Since: Version 0.41b