libcg / bfp

Beyond Floating Point - Posit C/C++ implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement rounding

libcg opened this issue · comments

Posits round to nearest even (least significant bit) and don't overflow to infinity or underflow to zero.

ab03893 is the first stab at this.