Artifact 0d9f2ba8941db4933a3f619bdba114eef1c4288b38b908e06907edd0d8fbea19:
- Executable file
r37/lisp/csl/html/r37_0007.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 758) [annotate] [blame] [check-ins using] [more...]
<A NAME=E> <TITLE>E</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>E</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>constant</B><P> <P> The constant <em>e</em> is reserved for use as the base of the natural logarithm. Its value is approximately 2.71828284590, which REDUCE gives to the current decimal precision when the switch <A HREF=r37_0330.html>rounded</A> is on. <P> <P> <em>e</em>may be used as an iterative variable in a <A HREF=r37_0047.html>for</A> statement, or as a local variable or a <A HREF=r37_0055.html>procedure</A>. If <em>e</em> is defined as a local variable inside the procedure, the normal definition as the base of the natural logarithm would be suspended inside the procedure. <P> <P> <P>