Logarithmic probabilities for rust
Logarithmic representation of floats for rust.
BSD-3-clause
cargo doc
to the
log_domain = "0.4.1"
[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.