Artifact 13c7dc126171f266a9e4735e49e2f9c46c10794b5d70b3569db20b3081908043:
- Executable file
r37/lisp/csl/html/r37_0253.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: 1064) [annotate] [blame] [check-ins using] [more...]
<A NAME=CSC> <TITLE>CSC</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>CSC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>csc</em> operator returns the cosecant of its argument. The derivative of <em>csc</em> and some simple transformations are known to the system. <P> <P> <P> <H3> syntax: </H3> <em>csc</em>(<expression>) or <em>csc</em> <simple\_expression> <P> <P> <P> <expression> may be any scalar REDUCE expression. <simple\_expression > must be a single identifier or begin with a prefix operator name. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> csc(q)*sin(q); CSC(Q)*SIN(Q) df(csc(x*y),x); -COT(X*Y)*CSC(X*Y)*Y </TT></PRE><P>You can write <A HREF=r37_0199.html>let</A> statements and procedures to add further functionality to <em>csc</em> if you wish. Numerical values of expressions involving <em>csc</em> may also be found by turning on the switch <A HREF=r37_0330.html>rounded</A>. <P> <P> <P> <P>