up previous next
Fn.Exp

Returns the exponential of a given value.
Syntax
          
Fn.Exp(X:RAT):RAT

          

Description
This function returns the exponential of X rounded to the current global accuracy.

Example
Fn.SetAccuracy(20);
R := Fn.Exp(2);
Dec(R, 30);

7.38905609893065022723
-------------------------------



See Also