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

Math library does not match that of Python's #42

Open
JJtan2002 opened this issue May 6, 2024 · 1 comment
Open

Math library does not match that of Python's #42

JJtan2002 opened this issue May 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JJtan2002
Copy link
Contributor

The Math library currently has the same implementation as Source, following JavaScript. For reference:
https://docs.sourceacademy.org/MATH/

Instead, we should support all functions in the Python Math library as given here:
https://docs.python.org/3/library/math.html

@JJtan2002 JJtan2002 added the enhancement New feature or request label May 6, 2024
@martin-henz
Copy link
Member

Yes, correct. We need to support Python's math library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants