changes from my egui fork

This commit is contained in:
Simon Gardling
2022-05-13 14:13:19 -04:00
parent 2d63c1b5f7
commit e2c2713633
6 changed files with 43 additions and 35 deletions

View File

@@ -531,7 +531,7 @@ impl FunctionEntry {
}
// return value rounded to 8 decimal places
Some(crate::misc::decimal_round(integral_data.1, 8))
Some(emath::round_to_decimals(integral_data.1, 8))
}
_ => None,
}