deg-per-rad.js 97 B

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