UNPKG

97 Btext/coffeescriptView Raw
1test_sgn = ->
2 run_test [
3
4 "sgn(-3)",
5 "-1",
6
7
8 "sgn(0)",
9 "0",
10
11 "sgn(3)",
12 "1",
13
14 ]