diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 17:23:54 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 17:23:54 -0500 |
| commit | 6a39b0cd3f3ff56f1d1a978e4d5c92ed180386cc (patch) | |
| tree | 3c0c4cfb77562977f99e4ed0460d4c34ed07fd0a | |
| parent | 2eafa7a4da020ca6a6ddfd29c70cc8c1f41493a3 (diff) | |
Num tests
| -rw-r--r-- | test/nums.tm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nums.tm b/test/nums.tm index d031bdeb..78924943 100644 --- a/test/nums.tm +++ b/test/nums.tm @@ -35,3 +35,6 @@ = yes >> Num.PI:sin():near(0) = yes + +>> 10.0:pow(3) += 1000 |
