]> www.ginac.de Git - ginac.git/blob - ginac/parser/builtin_fcns.def
[trivia] Fix a typo in the GCD testcase.
[ginac.git] / ginac / parser / builtin_fcns.def
1 Autogen definitions ginacfcns;
2
3 /* Thease are not functions, but anyway ... */
4 function = { name = "sqrt"; };
5
6 function = { 
7         name = "pow";
8         args = 2;
9 };
10
11 function = {
12         name = "power";
13         args = 2;
14 };