proj4js/lib/common/e3fn.js

3 lines
69 B
JavaScript

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