Artifact aff9639bc63ed96360a12be8635a9eaa4a340b9df25d07395690696fff701c96:
- Executable file
r37/lisp/csl/html/r37_0313.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: 587) [annotate] [blame] [check-ins using] [more...]
<A NAME=NUMVAL> <TITLE>NUMVAL</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>NUMVAL</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> With <A HREF=r37_0330.html>rounded</A> on, elementary functions with numerical argume nts will return a numerical answer where appropriate. If you wish to inhibit this evaluation, <em>numval</em> should be turned off. It is normally on. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> on rounded; cos 3.4; - 0.966798192579 off numval; cos 3.4; COS(3.4) </TT></PRE><P>