ApCoCoA-1:Fn.E

From ApCoCoAWiki
Revision as of 09:02, 4 May 2011 by S schuster (talk | contribs) (New page: <command> <title>Fn.E</title> <short_description>Returns Euler's number e rounded to the current global accuracy.</short_description> <syntax> Fn.E():RAT </syntax> <description> <item...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
-------------------------------

Fn.EN()

Fn.SetAccuracy

Fn.GetAccuracy