away

Crates.ioaway
lib.rsaway
version0.0.0
sourcesrc
created_at2023-04-11 17:25:13.980511
updated_at2023-04-11 17:25:13.980511
descriptionAway from
homepage
repositoryhttps://github.com/oovm/isomer
max_upload_size
id836207
size1,942
SasakiSaki (oovm)

documentation

https://docs.rs/isomer

README

  • Calculate the number of isomers of alkanes
#[test]
fn count() {
    let cache = SymmetricGroupCache::default();
    for c in 1..=10 {
        println!("{:>2}: {}", c, cache.a000602(c));
    }
}
Commit count: 1

cargo fmt