** Operator

The ** (Exponent) Operator is used to denote an exponential value.

 *result = operand1 ** operand2*         

Remarks

The operands can be any numeric expression.

This operation is done in floating point mathematics, so some truncation/roundup may occur.

See Also

Operators

Operators and Their Precedence