rad-per-deg.js 97 B

1234
  1. 'use strict';
  2. require('../../modules/esnext.math.rad-per-deg');
  3. module.exports = 180 / Math.PI;