e3fn.js 69 B

123
  1. module.exports = function(x) {
  2. return (x * x * x * (35 / 3072));
  3. };