tethys-feature-service/node_modules/proj4/lib/common/e1fn.js
2023-10-02 15:04:02 +02:00

3 lines
89 B
JavaScript

export default function(x) {
return (0.375 * x * (1 + 0.25 * x * (1 + 0.46875 * x)));
}