Artifact 55d905c032cd5105e46973f058237f250ebe21fcdd626276972d8e46b51e32d5:
- Executable file
r37/lisp/csl/html/r37_0152.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: 709) [annotate] [blame] [check-ins using] [more...]
<A NAME=HYPOT> <TITLE>HYPOT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>HYPOT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> hypot(<expression>,<expression>) <P> <P> <P> If <em>rounded</em> is on, and the two arguments evaluate to numbers, this operator returns the square root of the sums of the squares of the arguments in a manner that avoids intermediate overflow. In other cases, an expression in the original operator is returned. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> hypot(3,4); HYPOT(3,4) on rounded; ws; 5.0 hypot(a,b); HYPOT(A,B) </TT></PRE><P>