UNPKG

114 Btext/coffeescriptView Raw
1test_arctanh = ->
2 run_test [
3 "arctanh(0.0)",
4 "0.0",
5
6 "arctanh(0)",
7 "0",
8
9 "arctanh(tanh(x))",
10 "x",
11 ]