aljabar/node_modules/algebrite/tests/tanh.coffee

12 lines
121 B
CoffeeScript

test_tanh = ->
run_test [
"tanh(x)",
"tanh(x)",
"tanh(0)",
"0",
"tanh(arctanh(x))",
"x",
]