Efu5J‖

A4Ynt‖"^" Operator

YERQd‖Raises a number to a power.

XeTVF‖Syntax:


Fy8LW‖Result = Expression ^ Exponent

PaFEz‖Parameters:

7EvCG‖ Result: Any numerical expression that contains the result of the number raised to a power.

VZRFC‖ Expression: Numerical value that you want to raise to a power.

auSTw‖ Exponent: The value of the power that you want to raise the expression to.

FjBtB‖Example:


Sub Example
    Print ( 12.345 ^ 23 )
cDtvq‖    Print Exp ( 23 * Log( 12.345 ) ) ' Raises by forming a logarithm
End Sub