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