Crates.io | fpopt |
lib.rs | fpopt |
version | 0.0.3 |
source | src |
created_at | 2024-02-20 04:48:07.1746 |
updated_at | 2024-05-04 14:26:59.977213 |
description | a wrapper around manipulating floating point flags |
homepage | |
repository | https://github.com/Kim-Dewelski/fpopt |
max_upload_size | |
id | 1145983 |
size | 23,004 |
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.