proj4js/lib/common/e2fn.js
2017-01-24 23:37:28 +01:00

3 lines
78 B
JavaScript

export default function(x) {
return (0.05859375 * x * x * (1 + 0.75 * x));
}