This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
olinox14
/
eligibilite
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a4b2552b37
Rami (Branch)
Tag
master
eligibilite
/
js
/
proj4js
/
lib
/
common
/
atanh.js
atanh.js
75 B
Cronologia
Originale
1
2
3
module.exports = function(x) {
return Math.log((x - 1) / (x + 1)) / 2;
};