User:CRGreathouse: Difference between revisions

Content added Content deleted
(rank unused languages)
(& and | in GP)
Line 72: Line 72:
quadgen(5).disc \\ another member function
quadgen(5).disc \\ another member function
Fibonacci=7 \\ should not be highlighted</lang>
Fibonacci=7 \\ should not be highlighted</lang>

== PARI/GP Features ==

<code>&</code> and <code>|</code> were [http://pari.math.u-bordeaux.fr/archives/pari-announce-11/msg00001.html deprecated in 2011] and became obsolete in 2013. Please use <code>&&</code> and <code>||</code> instead.