UNPKG

243 BJavaScriptView Raw
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 });