Artifact 4a9ea781c258c2c9f893a252ab3dbeb0f5c3cfcfb6cac1090ab7b7206838e206:
- Executable file
r37/lisp/csl/html/r37_0103.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: 573) [annotate] [blame] [check-ins using] [more...]
<A NAME=ROUND> <TITLE>ROUND</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ROUND</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>round</em>(<expression>) <P> <P> <P> If its argument has a numerical value, <em>round</em> rounds it to the nearest integer. For non-numeric arguments, the value is an expression in the original operator. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> round 3.4; 3 round 3.5; 4 round a; ROUND(A) </TT></PRE><P>