Kahan summation: Difference between revisions

Content added Content deleted
(Added EchoLisp)
m (added precision)
Line 234: Line 234:
→ standard-add= 0.9999999999999999
→ standard-add= 0.9999999999999999
→ Kahan-add= 1
→ Kahan-add= 1

NB. The 17-nth decimal we gain using Kahan method will probably be lost in subsequent calculations. Kahan method will be useful for fixed-point decimal calculations, which EchoLisp does not have.


</lang>
</lang>