aljabar/node_modules/algebrite/tests/sgn.coffee

15 lines
115 B
CoffeeScript

test_sgn = ->
run_test [
"sgn(-3)",
"-1",
"sgn(0)",
"0",
"sgn(3)",
"1",
]