ApCoCoA-1:Fn.EN
From ApCoCoAWiki
Revision as of 08:13, 7 October 2020 by AndraschkoBot (talk | contribs) (fixed links to namespace ApCoCoA)
Fn.EN
Returns Eulers' number e rounded to accuracy Acc.
Syntax
Fn.EN(Acc:INT):RAT
Description
@param Acc The desired accuracy.
@return Returns Euler's number e rounded to accuracy Acc.
Example
R := Fn.EN(30); Dec(R, 40); 2.718281828459045235360287471353 -------------------------------