diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 17:24:46 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 17:24:46 -0500 |
| commit | 94ab8c0ac62b8389bea61766455c1bbc6c34b692 (patch) | |
| tree | dcdae465c8195edbc74a752609db057a2ab07ea6 /test/nums.tm | |
| parent | 6a39b0cd3f3ff56f1d1a978e4d5c92ed180386cc (diff) | |
Add some more tests
Diffstat (limited to 'test/nums.tm')
| -rw-r--r-- | test/nums.tm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/nums.tm b/test/nums.tm index 78924943..9a64cf1c 100644 --- a/test/nums.tm +++ b/test/nums.tm @@ -38,3 +38,9 @@ >> 10.0:pow(3) = 1000 + +>> Num.nan():near(Num.nan()) += no + +>> Num.INF:near(-Num.INF) += no |
