CRGreathouse

Joined 15 May 2024
m
link
(update langs)
m (link)
 
(6 intermediate revisions by the same user not shown)
Line 1:
{{mylangbegin|Languages I use}}
{{mylang|BASIC|out of practice}}
{{mylang|C|advanced}}
{{mylang|C++|out of practicesharp|intermediate|C#}}
{{mylang|C sharpGo|out of practice|C#beginner}}
{{mylang|Forth|beginner}}
{{mylang|Java|out of practice}}
{{mylang|JavaScript|advanced}}
{{mylang|LabVIEW|beginner}}
{{mylang|LaTeX|advanced}}
{{mylang|Mathematica|beginner}}
{{mylang|MATLABMySQL|out of practiceintermediate}}
{{mylang|MySQL|intemediate}}
{{mylang|PARI/GP|advanced}}
{{mylang|Perl|intermediate}}
Line 18 ⟶ 13:
{{mylang|Scheme|beginner}}
{{mylang|UNIX Shell|intermediate}}
{{mylang|VBScript|out of practice}}
{{mylang|Visual Basic|out of practice}}
{{mylangend}}
<!-- The scale I'm using:
(non-user) -- beginner -- intermediate -- advanced -- expert -- (designer)
 
Other values, like "out of practice", can be used but are not ranked.
-->
 
*[[User:CRGreathouse/lang tags|Bare lang tags]] on RC
*[[:Category:PARI/GP]]
*[[Reports:Tasks not implemented in PARI/GP]]
*[[Special:MostLinkedCategories]]/[[RC POP.OUT]]
*[[User:CRGreathouse/PARI GP contributors]]
*Useful PARI/GP tasks: [[Operator precedence#PARI/GP|Operator precedence]]
<br clear="right">
{{mylangbegin|Out of practice}}
{{mylang|BASIC|out of practiceintermediate}}
{{mylang|Forth|beginner}}
{{mylang|Java|out of practiceintermediate}}
{{mylang|LabVIEW|beginner}}
{{mylang|MySQLMATLAB|intemediatebeginner}}
{{mylang|VBScript|out of practicebeginner}}
{{mylang|Visual Basic|out of practiceintermediate}}
{{mylangend}}
<!-- The scale I'm using:
(non-user) -- beginner -- intermediate -- advanced -- expert -- (designer)
-->
 
==My tasks==
Line 72 ⟶ 73:
quadgen(5).disc \\ another member function
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.