You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
/cc @ryanjduffy in case he has any interest doing another one of these.
The text was updated successfully, but these errors were encountered: