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

convert some Number:: AOs to use algorithm steps #2179

Closed
michaelficarra opened this issue Sep 18, 2020 · 1 comment · Fixed by #2189
Closed

convert some Number:: AOs to use algorithm steps #2179

michaelficarra opened this issue Sep 18, 2020 · 1 comment · Fixed by #2189

Comments

@michaelficarra
Copy link
Member

In the same way we recently rewrote all of the Math built-ins to use algorithm steps (#2122), some of the Number:: AOs can be rewritten in the more typical form, as a sequence of algorithm steps. I've identified the following AOs:

  • Number::exponentiate
  • Number::multiply
  • Number::divide
  • Number::remainder
  • Number::add

/cc @ryanjduffy in case he has any interest doing another one of these.

@ryanjduffy
Copy link

Sure, I'm game.

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

Successfully merging a pull request may close this issue.

2 participants