improve integral options

This commit is contained in:
Simon Gardling
2022-05-18 22:56:41 -04:00
parent a013207890
commit 4a8bd74d84
2 changed files with 17 additions and 15 deletions

View File

@@ -1,5 +1,3 @@
use std::ops::RangeInclusive;
use const_format::formatc;
use epaint::Color32;
use shadow_rs::shadow;
@@ -18,9 +16,6 @@ pub const BUILD_INFO: &str = formatc!(
// Hard-Coded limits
/// Range of acceptable input values for integral_num
pub const INTEGRAL_NUM_RANGE: RangeInclusive<usize> = 1..=50000;
// Default values
/// Default minimum X value to display
pub const DEFAULT_MIN_X: f64 = -10.0;