Crates.io | fenv-bind |
lib.rs | fenv-bind |
version | 0.0.4 |
source | src |
created_at | 2024-05-04 14:52:14.438271 |
updated_at | 2024-05-11 11:29:08.246174 |
description | a safe wrapper around fenv.h |
homepage | |
repository | https://github.com/Kim-Dewelski/fpopt |
max_upload_size | |
id | 1229634 |
size | 22,866 |
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.