tethys-feature-service/node_modules/proj4/lib/common/e2fn.js

3 lines
78 B
JavaScript
Raw Permalink Normal View History

2023-10-02 13:04:02 +00:00
export default function(x) {
return (0.05859375 * x * x * (1 + 0.75 * x));
}