exp
Calculates the exponential of N
, expressed as a float. Satisfies the
equation: exp(N) = exp(1) ^
N
FLOAT exp(NUMBER N)
Expression | Result |
---|---|
|
2.718282 |
|
1 |
|
1 |
exp
Calculates the exponential of N
, expressed as a float. Satisfies the
equation: exp(N) = exp(1) ^
N
FLOAT exp(NUMBER N)
Expression | Result |
---|---|
|
2.718282 |
|
1 |
|
1 |