]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.py
[BUGFIX] Fix factor_univariate(poly, x) for constant poly.
[ginac.git] / ginac / function.py
index 0ecb918c2b4a07c4dafe01d789df9e910db1c294..63012a268c11cd3a48b25e2fc30c083fdb42fcff 100755 (executable)
@@ -1,8 +1,8 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # 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'))