]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.py
Explicit derivation of functions.
[ginac.git] / ginac / function.py
index 6ceb25407aef36d88f56b337e21f53e13b922461..465976b349c28b650afc34e698d92234ff70f2c5 100755 (executable)
@@ -2,7 +2,7 @@
 # encoding: utf-8
 
 maxargs = 14
-methods = "eval evalf conjugate real_part imag_part derivative power series print".split()
+methods = "eval evalf conjugate real_part imag_part expand derivative expl_derivative power series info print".split()
 
 import sys, os, optparse
 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'scripts'))