Skip to content

optframe/kahan-float

Repository files navigation

kahan-float

Kahan Floating-Point (in C++)

This project provides simple implementation of a float type with Kahan Summation strategy.

Building