[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Exponent()
Elevates a number to a given potency
Syntax:
Exponent( nNumber, nExponent ) -> nNewNumber
nNumber : The number to be elevated.
nExponent : The potency to elevate the number to.
Description:
Elevates a given number to a given potency. The default potency
is two, which is square.
Return:
The elevated number.
Example:
Exponent( 10, 3 ) // 1000
Exponent( 10 ) // 100
See Also:
Factorial()
Sum()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson