Ecma262: convert some Number:: AOs to use algorithm steps

Created on 18 Sep 2020  路  1Comment  路  Source: tc39/ecma262

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.

good first patch

Most helpful comment

Sure, I'm game.

>All comments

Sure, I'm game.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

renanbastos93 picture renanbastos93  路  4Comments

wangyi7099 picture wangyi7099  路  5Comments

jorendorff picture jorendorff  路  4Comments

woess picture woess  路  4Comments

bkardell picture bkardell  路  3Comments