diff options
| -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" |
