bfp
bfp copied to clipboard
Implement rounding
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.