Artifact da165ee4e141650fbda1da5645d3a894eb1b588d21bbfea6bde0eb48724e2b7a:
- Executable file
r37/lisp/csl/html/r37_0240.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: 1081) [annotate] [blame] [check-ins using] [more...]
<A NAME=ACSC> <TITLE>ACSC</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ACSC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>acsc</em> operator returns the arccosecant of its argument. <P> <P> <P> <H3> syntax: </H3> <em>acsc</em>(<expression>) or <em>acsc</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. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> acsc(ab); ACSC(AB) acsc 15; ACSC(15) df(acsc(x*y),x); 2 2 -SQRT(X *Y - 1) ---------------- 2 2 X*(X *Y - 1) on rounded; res := acsc(2/sqrt(3)); RES := 1.0471975512 res-pi/3; 0 </TT></PRE><P>An explicit numeric value is not given unless the switch <em>round ed</em> is on and the argument has an absolute numeric value less than or equal to 1. <P> <P> <P>