Exp
From SCAR Divi Manual
Definition
function Exp(const Number: Extended): Extended;
Availability
SCAR Divi 3.00 > Current
Description
Returns the result of the exponential function "f(x) = e^x" with x is the given value of Number.
Example
begin WriteLn(Exp(1)); WriteLn(Exp(2)); WriteLn(Exp(3)); end.
Output:
2,71828182845905 7,38905609893065 20,0855369231877