biofriction-wp-theme/node_modules/core-js/modules/es7.math.deg-per-rad.js

5 lines
153 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
// https://rwaldron.github.io/proposal-math-extensions/
var $export = require('./_export');
$export($export.S, 'Math', { DEG_PER_RAD: Math.PI / 180 });