BaoXs
2022-05-16 0edbadbfd1c973e83cc5ced6125a33d7417ca24d
1
2
3
module.exports = function(x) {
  return (0.05859375 * x * x * (1 + 0.75 * x));
};