a utility crate for manipulating floating point flags
- Rust 99.8%
- Shell 0.1%
|
|
||
|---|---|---|
| binding | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.toml | ||
| destroy_bindings.sh | ||
| fpops.h | ||
| LICENSE | ||
| README | ||
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.