Node-Red configuration
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.

math-extensions.js 374B

123456789
  1. 'use strict';
  2. // https://github.com/rwaldron/proposal-math-extensions
  3. require('../modules/esnext.math.clamp');
  4. require('../modules/esnext.math.deg-per-rad');
  5. require('../modules/esnext.math.degrees');
  6. require('../modules/esnext.math.fscale');
  7. require('../modules/esnext.math.rad-per-deg');
  8. require('../modules/esnext.math.radians');
  9. require('../modules/esnext.math.scale');