Pow

From Mesham

Jump to: navigation, 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];