mirror of
https://github.com/rm-dr/daisy
synced 2025-10-10 22:44:19 -07:00
Added Quantity type
This commit is contained in:
7
src/quantity/mod.rs
Normal file
7
src/quantity/mod.rs
Normal file
@ -0,0 +1,7 @@
|
||||
mod rationalq;
|
||||
|
||||
pub mod quantity;
|
||||
pub use crate::quantity::quantity::Quantity;
|
||||
|
||||
const FLOAT_PRECISION: u32 = 2048;
|
||||
const PRINT_LEN: usize = 4; // How many significant digits we will show in output
|
Reference in New Issue
Block a user