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