EXP10
<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Numeric functions > EXP10 |
Description
Return a base number raised to a power. The base is e for EXP, 2 for EXP2, and 10 for EXP10.
Syntax
n = EXP10(numeric_expression)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Examples