Difference between revisions of "ApCoCoA-1:Fn.EN"
From ApCoCoAWiki
m (fixed links to namespace ApCoCoA) |
m (insert version info) |
||
Line 1: | Line 1: | ||
+ | {{Version|1}} | ||
<command> | <command> | ||
<title>Fn.EN</title> | <title>Fn.EN</title> |
Latest revision as of 10:02, 7 October 2020
This article is about a function from ApCoCoA-1. |
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 -------------------------------