fenv-bind

Crates.iofenv-bind
lib.rsfenv-bind
version0.0.4
sourcesrc
created_at2024-05-04 14:52:14.438271
updated_at2024-05-11 11:29:08.246174
descriptiona safe wrapper around fenv.h
homepage
repositoryhttps://github.com/Kim-Dewelski/fpopt
max_upload_size
id1229634
size22,866
hazelwiss (hazelwiss)

documentation

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.

Commit count: 15

cargo fmt