Logarithmic representation of floats for rust.
BSD-3-clause
src/lib.rs
cargo doc
log_domain = { git = "https://github.com/tud-fop/rust-log-domain.git" }
to the [dependencies]
in your Cargo.toml
.struct LogDomain<F>
and appropriate implementations for common arithmetic operations. The struct is a newtype to allow zero-cost abstraction.