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

Extend function domain with some symbolic function calls #24832

Open
rwst opened this issue Feb 24, 2018 · 5 comments
Open

Extend function domain with some symbolic function calls #24832

rwst opened this issue Feb 24, 2018 · 5 comments

Comments

@rwst
Copy link

rwst commented Feb 24, 2018

The ticket implements an idea from #24428 to allow symbolic functions to always extend their domain when necessary, in order to return the most information from the call.

Practically if the extend_for() attribute of the Function exists it is called with the function arguments. If returned True then, instead of trying x.func() we try parent.complex_field(x).func().

Component: symbolics

Author: Ralf Stephan

Branch/Commit: u/rws/extend_function_domain_with_some_symbolic_function_calls @ 3bfcc88

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

@rwst rwst added this to the sage-8.2 milestone Feb 24, 2018
@rwst
Copy link
Author

rwst commented Feb 24, 2018

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 24, 2018

Commit: 3bfcc88

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 24, 2018

Branch pushed to git repo; I updated commit sha1. New commits:

3bfcc8824832: add doctest

@rwst
Copy link
Author

rwst commented Feb 24, 2018

Author: Ralf Stephan

@mkoeppe
Copy link
Contributor

mkoeppe commented Feb 12, 2023

Branch has merge conflicts

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

2 participants