Crate kahan

Source
Expand description

This crate implements a type for computing Kahan sums over floating point numbers. It also implements a new trait for computing Kahan sums over iterators of floats.

Structs§

KahanSum

Traits§

KahanSummator