-
-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add `Math.clz32` method (#524) * fix doc urls for clz32 * [#524] optimize impl for `Math.clz32` * [#524] add implementation for `Math.expm1()` * [#524] add implementation for `Math.fround()` * [#524] implement `Math.hypot()` * [#524] implement `Math.log1p()` * [#524] implement `Math.imul()` * improve `Math.clz32()` implementation * [#524] add tests for more states
- Loading branch information
1 parent
73f65f7
commit d9ef1fb
Showing
2 changed files
with
292 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters