aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/nums.tm5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/nums.tm b/test/nums.tm
index c5b19325..d031bdeb 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -30,3 +30,8 @@
= yes
>> nan == nan
= no
+
+>> Num.PI:cos():near(-1)
+= yes
+>> Num.PI:sin():near(0)
+= yes