Skip to content

Program for comparing the error and time performances of the floating point summation methods (Normal, Pairwise and Kahan summations) for the given datasets.

Notifications You must be signed in to change notification settings

NaveenKaliannan/FloatingPointSummation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floating point summation

Algorithm for comparing the performances of floating point summation methods (Normal, Pairwise and Kahan summations) for different datasets.

Below figures show the error and time performances of Normal, Pairwise and Kahan floating point summation methods. Kahan summation significantly reduces the error compared to Normal and Pairwise summations. But less exponent and mantissa shifting make the Pairwise summation faster and computationally cheaper, although it is a recursive function. It suggests that the function calling is faster than mantissa and exponent shifting. alt tag alt tag

About

Program for comparing the error and time performances of the floating point summation methods (Normal, Pairwise and Kahan summations) for the given datasets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published