Skip to content

implementations of two different ieee 754 summation algorithms

Notifications You must be signed in to change notification settings

armaank/summations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

summations

implementations of two different ieee 754 summation algorithms

kahan_sum.c - standard khan summation algorithm

neal_xsum.c - exact summation algorithm using large super accumulators based on the work of Dr. Neal

(see https://arxiv.org/pdf/1505.05571.pdf)

About

implementations of two different ieee 754 summation algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages