FLUJOS/VISUALIZACION/node_modules/core-js/modules/es7.math.deg-per-rad.js
2025-11-07 00:06:12 +01:00

4 lines
153 B
JavaScript
Executable file

// https://rwaldron.github.io/proposal-math-extensions/
var $export = require('./_export');
$export($export.S, 'Math', { DEG_PER_RAD: Math.PI / 180 });