Crates.io | ratio |
lib.rs | ratio |
version | 0.0.0 |
source | src |
created_at | 2018-06-20 20:05:24.744264 |
updated_at | 2018-06-20 20:05:24.744264 |
description | Compile-time rational arithmetic |
homepage | |
repository | |
max_upload_size | |
id | 70996 |
size | 2,357 |
A library for compile-time rational arithmetic. At the moment, this crate
contains only the Rational
trait. However, when const generics land, it will
be updated to include a Ratio<N, D>
type which implements Rational
.