<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Numeric functions > Pow |
Description
Exponential expression.
Syntax
n = Pow(Base, Exponent)
Returns
Number: base raised to the power of exponent
Parameters
Name |
Type |
Optional |
Meaning |
Base |
Numeric |
No |
Base to be raised to Exponent |
Exponent |
Numeric |
No |
Remarks
Restrictions
See also
Examples