stuff
This commit is contained in:
7
buildfiles/node_modules/core-js/modules/esnext.math.rad-per-deg.js
generated
vendored
Normal file
7
buildfiles/node_modules/core-js/modules/esnext.math.rad-per-deg.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
});
|
||||
Reference in New Issue
Block a user