#const #soft #float-point

no-std softfloat

Pure software floating-point implementation, with const and no_std support

1 stable release

1.0.0 Nov 3, 2023

#87 in No standard library

Download history 29/week @ 2023-12-20 12/week @ 2023-12-27 1/week @ 2024-01-10 6/week @ 2024-01-17 2/week @ 2024-02-14 13/week @ 2024-02-21 129/week @ 2024-02-28 104/week @ 2024-03-06 157/week @ 2024-03-13 151/week @ 2024-03-20 89/week @ 2024-03-27

533 downloads per month

MIT/Apache

180KB
3.5K SLoC

Pure software floating-point implementation for Rust, with const and no_std support

This crate contains a pure software implementation of f32 and f64 types.

This crate was forked from the const_soft_float crate.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps