fpopt

Crates.iofpopt
lib.rsfpopt
version0.0.3
sourcesrc
created_at2024-02-20 04:48:07.1746
updated_at2024-05-04 14:26:59.977213
descriptiona wrapper around manipulating floating point flags
homepage
repositoryhttps://github.com/Kim-Dewelski/fpopt
max_upload_size
id1145983
size23,004
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