cephes.js 125 B

12345
  1. const CephesWrapper = require('./cephes-wrapper.js');
  2. // Compile sync by default
  3. module.exports = new CephesWrapper(true);