aditeyabaral / aditeyabaral/arithmetic-as-a-service
Handle float('pi') and float('oo') for SymPy
Open
bug
enhancement
- Dominant language
- Python
- Stars
- 12
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.