# fpopt **Repository Path**: lasimu/fpopt ## Basic Information - **Project Name**: fpopt - **Description**: No description available - **Primary Language**: Rust - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-13 - **Last Updated**: 2025-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This crate allows manipulation of the floating point flags available to the 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.