]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.py
Explicit derivation of functions.
[ginac.git] / ginac / function.py
index 0ecb918c2b4a07c4dafe01d789df9e910db1c294..465976b349c28b650afc34e698d92234ff70f2c5 100755 (executable)
@@ -2,7 +2,7 @@
 # encoding: utf-8
 
 maxargs = 14
-methods = "eval evalf conjugate real_part imag_part expand 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'))