This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
wcheng81
/
jtBaseApp
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
5355cbb1b8
Ranting
Tag
master
jtBaseApp
/
node_modules
/
proj4
/
lib
/
common
/
atanh.js
atanh.js
72 B
Riwayat
Mentahan
1
2
3
export default function(x) {
return Math.log((x - 1) / (x + 1)) / 2;
}