aljabar/node_modules/algebrite/tests/arccosh.coffee

15 lines
131 B
CoffeeScript

test_arccosh = ->
run_test [
"arccosh(1.0)",
"0.0",
"arccosh(1)",
"0",
"arccosh(cosh(x))",
"x",
]