From 4765bb4120716e2c0de9e6517cdb29db1883de2f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 19 Aug 2024 12:40:29 -0400 Subject: Update test to reflect new numeric precision --- test/nums.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3