Artifact 8b75ad6b219ba84b1df701a207d1072a05124ca9ce7ddb15e60d6a70d4db83ce:
- Executable file
r37/lisp/csl/html/r37_0015.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: 625) [annotate] [blame] [check-ins using] [more...]
<A NAME=PI> <TITLE>PI</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>PI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>constant</B><P> <P> The identifier <em>pi</em> is reserved for use as the circular constant. Its value is given by 3.14159265358..., which REDUCE gives to the current decimal precision when REDUCE is in a floating-point mode. <P> <P> <em>pi</em>may be used as a looping variable in a <A HREF=r37_0047.html>for</A> statement, or as a local variable in a <A HREF=r37_0055.html>procedure</A>. Its value in such cases will be taken from the local environment. <P> <P> <P>