项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

14 lines
526 B

  1. require('../modules/es7.math.clamp');
  2. require('../modules/es7.math.deg-per-rad');
  3. require('../modules/es7.math.degrees');
  4. require('../modules/es7.math.fscale');
  5. require('../modules/es7.math.iaddh');
  6. require('../modules/es7.math.isubh');
  7. require('../modules/es7.math.imulh');
  8. require('../modules/es7.math.rad-per-deg');
  9. require('../modules/es7.math.radians');
  10. require('../modules/es7.math.scale');
  11. require('../modules/es7.math.umulh');
  12. require('../modules/es7.math.signbit');
  13. module.exports = require('../modules/_core').Math;