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