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

polynomial_real_mpfr_dense.call() accepts only 1 arg #17311

Closed
rwst opened this issue Nov 10, 2014 · 6 comments
Closed

polynomial_real_mpfr_dense.call() accepts only 1 arg #17311

rwst opened this issue Nov 10, 2014 · 6 comments

Comments

@rwst
Copy link

rwst commented Nov 10, 2014

burcin mentions in comment 2 of #9769:

The __call__() function of RR[x] doesn't conform to the generic definition. You should be able to give the parameters as a keyword argument as well. This should be made to work:

sage: R.<x> = RR[]
sage: (x^2+1)(x=5)
26.0000000000000

Component: basic arithmetic

Keywords: real, mpfr, substitution

Author: Ralf Stephan

Branch/Commit: a59fe8c

Reviewer: Marc Mezzarobba

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

@rwst rwst added this to the sage-6.4 milestone Nov 10, 2014
@rwst
Copy link
Author

rwst commented Nov 10, 2014

@rwst
Copy link
Author

rwst commented Nov 10, 2014

New commits:

a59fe8c17311: pass calls to Polynomial

@rwst
Copy link
Author

rwst commented Nov 10, 2014

Author: Ralf Stephan

@rwst
Copy link
Author

rwst commented Nov 10, 2014

Commit: a59fe8c

@mezzarobba
Copy link
Member

Reviewer: Marc Mezzarobba

@vbraun
Copy link
Member

vbraun commented Jan 24, 2015

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