e1fn.js 89 B

123
  1. export default function(x) {
  2. return (0.375 * x * (1 + 0.25 * x * (1 + 0.46875 * x)));
  3. }