Files
est-frame/node_modules/core-js-pure/modules/esnext.math.f16round.js
2025-10-22 05:38:27 +00:00

8 lines
243 B
JavaScript
Executable File

'use strict';
var $ = require('../internals/export');
var f16round = require('../internals/math-f16round');
// `Math.f16round` method
// https://github.com/tc39/proposal-float16array
$({ target: 'Math', stat: true }, { f16round: f16round });