Navigation: thinBasic language > Operators > Arithmetic > Exponentiation (^) |
![]() ![]() ![]() |
Description
Used to raise a number to the power of an exponent.
Syntax
result = number^exponent
The * operator syntax has these parts:
Part | Description |
result | Any variable. |
number | Any numeric expression. |
exponent | Any numeric expression. |
Returns
N/A
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |