UNPKG

115 Btext/coffeescriptView Raw
1test_erfc = ->
2 run_test [
3
4 "erfc(a)",
5 "erfc(a)",
6
7 "erfc(0.0)",
8 "1.0",
9
10 "float(erfc(0))",
11 "1.0",
12
13 ]