Fill in some more mathematical functions.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
IO.print(1.isNan) // expect: false
|
||||
IO.print((0/0).isNan) // expect: true
|
||||
|
||||
// Infinity is not NaN.
|
||||
IO.print((1/0).isNan) // expect: false
|
||||
Reference in New Issue
Block a user