UNPKG

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