Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-argument call for symbolic expressions #645

Closed
robertwb opened this issue Sep 12, 2007 · 3 comments
Closed

multi-argument call for symbolic expressions #645

robertwb opened this issue Sep 12, 2007 · 3 comments

Comments

@robertwb
Copy link
Contributor

sage: x,y = var('x y')
sage: f(3)
y + 3
sage: f(3)(4)
7
sage: f(3,4)
---------------------------------------------------------------------------
<type 'exceptions.TypeError'>             Traceback (most recent call last)

/Users/robert/sage/sage-2.5/devel/sage-working/<ipython console> in <module>()

<type 'exceptions.TypeError'>: __call__() takes at most 2 arguments (3 given)
sage: 

Component: calculus

Issue created by migration from https://trac.sagemath.org/ticket/645

@mwhansen
Copy link
Contributor

comment:2

Attachment: 645.patch.gz

This should be applied after #1345.

@sagetrac-cwitty
Copy link
Mannequin

sagetrac-cwitty mannequin commented Dec 1, 2007

comment:3

Looks good to me, and doctests still pass in sage/calculus/*.

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Dec 1, 2007

comment:4

Merged in 2.8.15.alpha0.

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Dec 1, 2007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants