Kahan summation: Difference between revisions

Found incorrectness.
m (→‎{{header|Perl 6}}: reduce the echo)
(Found incorrectness.)
Line 1,039:
 
=={{header|Perl 6}}==
{{incomplete|Perl 6|All examples should have constants chosen to clearly show the benefit of Kahan summing!}}|
{{trans|Python}}
Perl 6 does not offer a fixed precision decimal. It ''does'' have IEEE 754 floating point numbers so let's try implementing the arbitrary precision option as shown in Python. Need to explicitly specify scientific notation numbers to force floating point Nums.
Anonymous user