项目作者: tud-fop

项目描述 :
Logarithmic probabilities for rust
高级语言: Rust
项目地址: git://github.com/tud-fop/rust-log-domain.git
创建时间: 2017-11-09T08:42:57Z
项目社区:https://github.com/tud-fop/rust-log-domain

开源协议:BSD 3-Clause "New" or "Revised" License

下载


rust-log-domain

Logarithmic representation of floats for rust.

License

BSD-3-clause

Documentation

Use

  • Include the crate in your rust project by adding
    1. log_domain = "0.4.1"
    to the [dependencies] in your Cargo.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.