Skip to main content

expm1

Overloads

NameDescription
expm1(integer arg) -> realCalculates e raised to the power of the given value minus 1.
expm1(real arg) -> realCalculates e raised to the power of the given value minus 1.
expm1(bool arg) -> realCalculates e raised to the power of the given value minus 1.

expm1(integer arg) -> real

Calculates e raised to the power of the given value minus 1.

Parameters

  • arg: The exponent value.

expm1(real arg) -> real

Calculates e raised to the power of the given value minus 1.

Parameters

  • arg: The exponent value.

expm1(bool arg) -> real

Calculates e raised to the power of the given value minus 1.

Parameters

  • arg: The exponent value.