RosettaCodeData/Task/First-class-functions/PARI-GP/first-class-functions-2.pari
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
54 B
Text

A=[sin, cos, x->x^2];
B=[asin, acos, x->sqrt(x)];