Fixed minus printing

This commit is contained in:
2023-04-02 08:27:21 -07:00
parent b5baaf293f
commit 038bbc5fde
4 changed files with 36 additions and 5 deletions

View File

@ -3,5 +3,5 @@ mod rationalq;
pub mod quantity;
pub use crate::quantity::quantity::Quantity;
const FLOAT_PRECISION: u32 = 2048;
const FLOAT_PRECISION: u32 = 1024;
const PRINT_LEN: usize = 5; // How many significant digits we will show in output