a1b936dd63155b1d57143a16d12cfff6acd8de6fc59f0650fcfe5b19c4369e42a85a11230a59d992fe2937816bf619195738688c6ba1bd842da93ac2b8685b 253 B

12345678
  1. 'use strict';
  2. var $ = require('../internals/export');
  3. // `Math.RAD_PER_DEG` constant
  4. // https://rwaldron.github.io/proposal-math-extensions/
  5. $({ target: 'Math', stat: true, nonConfigurable: true, nonWritable: true }, {
  6. RAD_PER_DEG: 180 / Math.PI
  7. });