projecte_ionic/node_modules/core-js-pure/modules/esnext.math.rad-per-deg.js
2022-02-09 18:30:03 +01:00

8 lines
197 B
JavaScript
Executable file

var $ = require('../internals/export');
// `Math.RAD_PER_DEG` constant
// https://rwaldron.github.io/proposal-math-extensions/
$({ target: 'Math', stat: true }, {
RAD_PER_DEG: 180 / Math.PI
});