es6.math.fround.js 132 B

1234
  1. // 20.2.2.16 Math.fround(x)
  2. var $export = require('./_export');
  3. $export($export.S, 'Math', { fround: require('./_math-fround') });