Logarithmic representation of floats for rust.
BSD-3-clause
- https://docs.rs/log_domain/0.4.1/log_domain/
- or generate HTML-documentation with
cargo doc
- Include the crate in your rust project by adding
to the
log_domain = "0.4.1"
[dependencies]
in yourCargo.toml
. - The crate contains a
struct LogDomain<F>
and appropriate implementations for common arithmetic operations. The struct is a newtype to allow zero-cost abstraction.