deg-per-rad.js 97 B

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