UNPKG

197 BJavaScriptView Raw
1var $ = require('../internals/export');
2
3// `Math.DEG_PER_RAD` constant
4// https://rwaldron.github.io/proposal-math-extensions/
5$({ target: 'Math', stat: true }, {
6 DEG_PER_RAD: Math.PI / 180
7});