soniakeys / accsum

Accurate floating point summation algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accsum

Routines for accurate floating point summation.

GoDoc

There are a number of functions for accurate summation of float64s, including dot product functions.

These are mostly implementations of algorithms developed by Siegfried M. Rump and colleagues. Also included are some classic alogithms mentioned in the cited papers.

About

Accurate floating point summation algorithms


Languages

Language:Go 100.0%