diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-19 12:40:29 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-19 12:40:29 -0400 |
| commit | 4765bb4120716e2c0de9e6517cdb29db1883de2f (patch) | |
| tree | 8eb3a2408f3c4d8b50d367df4b16276d061361e2 /test | |
| parent | 8c4210ba01d7ef2b754593f38a296af004343133 (diff) | |
Update test to reflect new numeric precision
Diffstat (limited to 'test')
| -rw-r--r-- | test/nums.tm | 2 |
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" |
