Add some more tests

This commit is contained in:
Bruce Hill 2024-03-03 17:24:46 -05:00
parent 6a39b0cd3f
commit 94ab8c0ac6

View File

@ -38,3 +38,9 @@
>> 10.0:pow(3)
= 1000
>> Num.nan():near(Num.nan())
= no
>> Num.INF:near(-Num.INF)
= no