exp

Description

Find e raised to the power x. Where e is approximately equal to 2.718281828459

This is also the inverse function of ln(x).

y = ln(x)
x = exp(y)

Definition

float exp(float x)

Library

LIB/math_lib.bas

Usage

On entry:
x is the exponent
On exit:
Return valid result or NaN