exponent

Returns the exponent of its argument.

Syntax


floatExpr exponent(floatExpr x)

Parameters

  • x: a floating point expression

Description

The exponent function returns the exponentiation of its argument.

Notes

This functions conforms to IEEE 754 standards for floating-point arithmetic.