BaoXs
2022-05-14 157706358c1c0fbe599ea875a887122a1e40c105
1
2
3
module.exports = function(x) {
  return (x * x * x * (35 / 3072));
};