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

Support the same set of extended math built-ins provided by the Python interpreter #67

Open
jathak opened this issue Aug 16, 2018 · 0 comments

Comments

@jathak
Copy link
Owner

jathak commented Aug 16, 2018

The Python interpreter includes several additional math built-ins.

It would be nice to have functionality that more-or-less matches the Python version.

Since the built-ins in Python come directly from the Python math module, there's likely to be some variance between them and the corresponding functions in the dart:math library.

These built-ins should probably be added as a part of a separate SchemeLibrary, instead of adding them to the StandardLibrary

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

No branches or pull requests

1 participant