Artifact 3dab4594e827596f459f32a4d4e4b50034dcd72d732a61e8d58e7295c55151d5:
- Executable file
r37/lisp/csl/html/r37_0258.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: 975) [annotate] [blame] [check-ins using] [more...]
<A NAME=SECH> <TITLE>SECH</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>SECH</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>sech</em> operator returns the hyperbolic secant of its argument. <P> <P> <P> <H3> syntax: </H3> <em>sech</em>(<expression>) or <em>sech</em> <simple\_expression> <P> <P> <P> <expression> is any valid scalar REDUCE expression, <simple\_expression> is a single identifier or begins with a prefix operator name. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> sech abc; SECH(ABC) sech(0); 1 sech 4; SECH(4) on rounded; sech(4); 0.0366189934737 sech log 5; 0.384615384615 </TT></PRE><P><em>sech</em>returns a numeric value only if <A HREF=r37_0330.html>rounded</A> is on. Then the expression is calculated to the current degree of floating point precision. <P> <P> <P>