source:
node_modules/core-js-pure/modules/esnext.math.f16round.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 243 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | var $ = require('../internals/export'); |
3 | var f16round = require('../internals/math-f16round'); |
4 | |
5 | // `Math.f16round` method |
6 | // https://github.com/tc39/proposal-float16array |
7 | $({ target: 'Math', stat: true }, { f16round: f16round }); |
Note:
See TracBrowser
for help on using the repository browser.