UNPKG

117 Btext/coffeescriptView Raw
1test_arccosh = ->
2 run_test [
3
4 "arccosh(1.0)",
5 "0.0",
6
7 "arccosh(1)",
8 "0",
9
10 "arccosh(cosh(x))",
11 "x",
12 ]
13
14