Fixed quantity printing

This commit is contained in:
2023-04-01 18:26:30 -07:00
parent bb200548f1
commit cb227d9539
2 changed files with 5 additions and 4 deletions

View File

@ -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