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

3 lines
92 B
JavaScript

export default function(esinp, exp) {
return (Math.pow((1 - esinp) / (1 + esinp), exp));
}