UNPKG

115 Btext/coffeescriptView Raw
1test_arcsinh = ->
2 run_test [
3
4 "arcsinh(0.0)",
5 "0.0",
6
7 "arcsinh(0)",
8 "0",
9
10 "arcsinh(sinh(x))",
11 "x",
12 ]