Commit 64296945 authored by Donald H. (Donnie) Pinkston, III's avatar Donald H. (Donnie) Pinkston, III
Browse files

Fixed incorrect "accurate sum" in f3.txt

Probably arose from using Python fsum(), which uses double
precision floats instead of single precision floats.
parent 201a8e00
No related merge requests found
Pipeline #10515 failed with stage
Showing with 1 addition and 1 deletion
+1 -1
......@@ -99999,4 +99999,4 @@
9.35226e-07
4.38535e-06
-6.68428e-05
accurate sum: 7.423439e-01
accurate sum: 7.423438e-01
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment