proj4js/lib/common/e2fn.js
2025-04-29 20:22:09 +02:00

4 lines
80 B
JavaScript

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