aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-19 12:40:29 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-19 12:40:29 -0400
commit4765bb4120716e2c0de9e6517cdb29db1883de2f (patch)
tree8eb3a2408f3c4d8b50d367df4b16276d061361e2
parent8c4210ba01d7ef2b754593f38a296af004343133 (diff)
Update test to reflect new numeric precision
-rw-r--r--test/nums.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nums.tm b/test/nums.tm
index 48693f0e..3d6b05dd 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -12,7 +12,7 @@ func main():
= 0
>> Num.PI
- = 3.14159
+ = 3.141592653589793
>> Num.PI:format(precision=10)
= "3.1415926536"