Crate frounding

Source
Expand description

frounding is obivously a rust crate. The purpose of this crate is to change the rounding mode of the SSE and FPU unit when doing numeric operation. for some fields like interval arithmetic the rounding mode (aka: rounding direction) is very important.

Structs§

RoundingState
RoundingState Keep track of the current rounding mode of both the SSE and the x87 FPU units.

Enums§

RoundingMode
Rounding direction