proj4js/lib/common/e2fn.js

3 lines
81 B
JavaScript

module.exports = function(x) {
return (0.05859375 * x * x * (1 + 0.75 * x));
};