mirror of
https://github.com/rm-dr/daisy
synced 2025-10-10 22:44:19 -07:00
Fixed quantity printing
This commit is contained in:
@ -4,4 +4,4 @@ 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
|
||||
const PRINT_LEN: usize = 5; // How many significant digits we will show in output
|
Reference in New Issue
Block a user