mirror of
https://github.com/proj4js/proj4js.git
synced 2026-01-25 16:26:11 +00:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
module.exports = function(x) {
|
|
return Math.log((x - 1) / (x + 1)) / 2;
|
|
}; |