up previous next
Fn.E

Returns Euler's number e rounded to the current global accuracy.
Syntax
          
Fn.E():RAT

          

Description


Example
Fn.SetAccuracy(10);
R := Fn.E();
Dec(R, 15);

2.7182818285
-------------------------------



See Also