e1fn.js 92 B

123
  1. module.exports = function(x) {
  2. return (0.375 * x * (1 + 0.25 * x * (1 + 0.46875 * x)));
  3. };