Artifact 2df53076c192018af0c5673ec1f0e0803bb65b63054c8fae48ecec6c481425d5:
- Executable file
r37/lisp/csl/html/r37_0093.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: 629) [annotate] [blame] [check-ins using] [more...]
<A NAME=NEXTPRIME> <TITLE>NEXTPRIME</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>NEXTPRIME</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>nextprime</em>(<expression>) <P> <P> <P> If the argument of <em>nextprime</em> is an integer, the least prime greater than that argument is returned. Otherwise, a type error results. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> nextprime 5001; 5003 nextprime(10^30); 1000000000000000000000000000057 nextprime a; ***** A invalid as integer </TT></PRE><P>