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

4 lines
107 B
JavaScript

export default function(a, e, sinphi) {
var temp = e * sinphi;
return a / Math.sqrt(1 - temp * temp);
}