]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.py
Functions can define a custom expand() now.
[ginac.git] / ginac / function.py
index 6ceb25407aef36d88f56b337e21f53e13b922461..0ecb918c2b4a07c4dafe01d789df9e910db1c294 100755 (executable)
@@ -2,7 +2,7 @@
 # encoding: utf-8
 
 maxargs = 14
 # 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 power series print".split()
 
 import sys, os, optparse
 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'scripts'))
 
 import sys, os, optparse
 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'scripts'))