ApCoCoA-1:Fn.EN
From ApCoCoAWiki
Revision as of 09:04, 4 May 2011 by S schuster (talk | contribs) (New page: <command> <title>Fn.EN</title> <short_description>Returns Eulers' number e rounded to accuracy <tt>Acc</tt>.</short_description> <syntax> Fn.EN(Acc:INT):RAT </syntax> <description> <i...)
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 -------------------------------