ApCoCoA-1:Fn.E
From ApCoCoAWiki
Revision as of 08:13, 7 October 2020 by AndraschkoBot (talk | contribs) (fixed links to namespace ApCoCoA)
Fn.E
Returns Euler's number e rounded to the current global accuracy.
Syntax
Fn.E():RAT
Description
@return Returns Euler's number e rounded to the current global accuracy.
Example
Fn.SetAccuracy(10); R := Fn.E(); Dec(R, 15); 2.7182818285 -------------------------------