aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.math.fround.js
blob: 9c262f2ec75a0e0e4bd7393cfff8d1531c619035 (plain)
1
2
3
4
// 20.2.2.16 Math.fround(x)
var $export = require('./_export');

$export($export.S, 'Math', { fround: require('./_math-fround') });