e2fn.js 78 B

123
  1. export default function(x) {
  2. return (0.05859375 * x * x * (1 + 0.75 * x));
  3. }