e0fn.js 87 B

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