UNPKG

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