Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
sort(v, ordering=0, column=0, reverse=0)
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
GP;install("test_func", "vDG", "test", "path/to/test.gp.so");
|
||||
*/
|
||||
void
|
||||
test_func(GEN x) {
|
||||
if (x == NULL)
|
||||
pari_printf("Argument omitted.\n");
|
||||
else
|
||||
pari_printf("Argument was: %Ps\n", x);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue