e0fn.js 90 B

123
  1. module.exports = function(x) {
  2. return (1 - 0.25 * x * (1 + x / 16 * (3 + 1.25 * x)));
  3. };