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 module import question #4

Open
eekee opened this issue Aug 24, 2019 · 1 comment
Open

math module import question #4

eekee opened this issue Aug 24, 2019 · 1 comment

Comments

@eekee
Copy link

eekee commented Aug 24, 2019

I'm preparing some extra math functions to make a pull request. Currently, SQRT has an import statement within itself, see below. Shall I keep it like that, or shall I add math to the import statement in the kernel?

CODE SQRT    import math; dpush(math.sqrt(dpop())) END-CODE
@franksergeant
Copy link
Contributor

I think adding the import math statement to the kernel would be fine.

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

2 participants