e2fn.js 81 B

123
  1. module.exports = function(x) {
  2. return (0.05859375 * x * x * (1 + 0.75 * x));
  3. };