X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffunction.py;h=63012a268c11cd3a48b25e2fc30c083fdb42fcff;hp=0ecb918c2b4a07c4dafe01d789df9e910db1c294;hb=cdddbc6dcdabef73aeb20bb9b81e08dba92a235c;hpb=4e1e7c6547dafc0b0f8695f9eced2591ae816a31 diff --git a/ginac/function.py b/ginac/function.py index 0ecb918c..63012a26 100755 --- a/ginac/function.py +++ b/ginac/function.py @@ -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'))