UNPKG

proj4

Version:

Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.

4 lines (3 loc) 94 B
export default function (esinp, exp) { return (Math.pow((1 - esinp) / (1 + esinp), exp)); }