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

Handle float('pi') and float('oo') for SymPy #14

Open
aditeyabaral opened this issue Feb 3, 2021 · 0 comments
Open

Handle float('pi') and float('oo') for SymPy #14

aditeyabaral opened this issue Feb 3, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@aditeyabaral
Copy link
Owner

Functions which use SymPy for computation (series, Fourier Series, differentiation and integration) can take in strings for a few constants like pi and -pi and oo and -oo. These need to be explicitly handled since float('pi') will throw an error.

@aditeyabaral aditeyabaral added the enhancement New feature or request label Feb 3, 2021
@aditeyabaral aditeyabaral changed the title Handle float('pi') and float('pi') for SymPy Handle float('pi') and float('oo') for SymPy Feb 3, 2021
@aditeyabaral aditeyabaral added the bug Something isn't working label Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant