Artifact f41f28ee05194164ae30604cfff19a553af8940730755c75150cb8961678adb3:
- Executable file
r37/lisp/csl/html/r37_0239.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: 885) [annotate] [blame] [check-ins using] [more...]
<A NAME=ACOTH> <TITLE>ACOTH</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ACOTH</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <em>acoth</em>represents the inverse hyperbolic cotangent of its argument. It takes an arbitrary scalar expression as its argument. The derivative of <em>acoth</em> is known to the system. Numerical values may also be found by turning on the switch <A HREF=r37_0330.html>rounded</A>. <P> <P> <P> <H3> syntax: </H3> <em>acoth</em>(<expression>) or <em>acoth</em> <simple\_expression> <P> <P> <P> <expression> may be any scalar REDUCE expression, not an array, matrix or vector expression. <simple\_expression> must be a single identifier or begin with a prefix operator name. You can add functionality yourself with <em>let</em> and procedures. <P> <P>