Update test to reflect new numeric precision

This commit is contained in:
Bruce Hill 2024-08-19 12:40:29 -04:00
parent 8c4210ba01
commit 4765bb4120

View File

@ -12,7 +12,7 @@ func main():
= 0
>> Num.PI
= 3.14159
= 3.141592653589793
>> Num.PI:format(precision=10)
= "3.1415926536"