tethys-feature-service/node_modules/proj4/lib/common/e0fn.js
Thomas Fuhrmann 87d22a4516 First commit
2023-10-02 15:04:02 +02:00

3 lines
No EOL
87 B
JavaScript

export default function(x) {
return (1 - 0.25 * x * (1 + x / 16 * (3 + 1.25 * x)));
}