Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
10
Task/History-variables/PARI-GP/history-variables.parigp
Normal file
10
Task/History-variables/PARI-GP/history-variables.parigp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
default(histsize, 1000) \\ or some other positive number to suit
|
||||
1+7
|
||||
sin(Pi)
|
||||
2^100
|
||||
\a1 \\ display history item #1, etc.
|
||||
% \\ alternate syntax
|
||||
%1 \\ alternate syntax
|
||||
\a2
|
||||
\a3
|
||||
[%1, %2, %3] \\ or any other command using these values
|
||||
Loading…
Add table
Add a link
Reference in a new issue