Skip to main content

guff/
tables.rs

1//! A collection of tables supporting optimised maths
2
3// Maintain a flat src directory (ie, read `src/mull.rs` instead of
4// `src/tables/mull.rs`)
5#[path="mull.rs"]
6pub mod mull;