fenv-bind 0.0.4

a safe wrapper around fenv.h
Documentation
1
2
3
4
5
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.