zhanmingkan
2022-05-17 10f1dd4dadeeaaa2403148cf442279d0abc61147
1
2
3
module.exports = function(x) {
  return (x * x * x * (35 / 3072));
};