Artifact 34bbc086d3c1a2fd063ba41a404935d5f4c6073aeec300d3e1ac89297033c135:
- Executable file
r37/lisp/csl/html/r37_0138.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: 557) [annotate] [blame] [check-ins using] [more...]
<A NAME=ARBINT> <TITLE>ARBINT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ARBINT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The operator <em>arbint</em> is used to express arbitrary integer parts of an expression, e.g. in the result of <A HREF=r37_0179.html>solve</A> when <A HREF=r37_0266.html>allbranch</A> is on. <P> <H3> examples: </H3> <P><PRE><TT> solve(log(sin(x+3)),x); {X=2*ARBINT(1)*PI - ASIN(1) - 3, X=2*ARBINT(1)*PI + ASIN(1) + PI - 3} </TT></PRE><P><P> <P>