source: node_modules/core-js-pure/modules/esnext.math.f16round.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 243 bytes
Line 
1'use strict';
2var $ = require('../internals/export');
3var 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.