FLUJOS/VISUALIZACION/node_modules/core-js/modules/es6.math.fround.js
2025-11-07 00:06:12 +01:00

4 lines
132 B
JavaScript
Executable file

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