swfp is a pure-Rust soft-float library. It provides arithmetic and correctly-rounded math functions.
The code contains some generated constants. They can be identified with a
comment that starts with // GENERATE:.
They can be regenerated with:
cargo run -p generator -- rt-data srcThe generator needs Sollya and Julia to be installed.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.