"^" Operator [Runtime]/text/sbasic/shared/03070500.xhpSun Microsystems, Inc.converted from old format - fpe"^" operator (mathematical)"^" Operator [Runtime]Raises a number to a power.Syntax:Result = Expression ^ ExponentParameters:Result: Any numerical expression that contains the result of the number raised to a power.Expression: Numerical value that you want to raise to a power.Exponent: The value of the power that you want to raise the expression to.Example:Sub ExamplePrint ( 12.345 ^ 23 )Print Exp ( 23 * Log( 12.345 ) ) REM Raises by forming a logarithmEnd Sub