proj4js/lib/common/e1fn.js

3 lines
92 B
JavaScript

module.exports = function(x) {
return (0.375 * x * (1 + 0.25 * x * (1 + 0.46875 * x)));
};