4 releases
0.0.4 | May 11, 2024 |
---|---|
0.0.3 | May 11, 2024 |
0.0.2 | May 11, 2024 |
0.0.1 | May 4, 2024 |
#1959 in Algorithms
67 downloads per month
22KB
571 lines
This crate allows manipulation of the floating point flags available to the <fenv.h> header.
This crate aims to provide a safe abstraction for all common operations, while still exposing the underying raw api within the raw
module.
The functionality of this crate exists within the types FExcept
, FRound
and FEnv
respectively.
Dependencies
~0–2MB
~38K SLoC