fix exp function

this is very cursed. I should really rewrite function parsing.
This commit is contained in:
Simon Gardling
2022-04-05 13:05:14 -04:00
parent 6f1d64ea02
commit 36f41ac473
4 changed files with 59 additions and 30 deletions

View File

@@ -49,8 +49,7 @@ const_assert!(DEFAULT_MAX_X > DEFAULT_MIN_X);
pub const DEFAULT_INTEGRAL_NUM: usize = 100;
/// Colors used for plotting
// Colors commented out are used elsewhere and are not included here for better
// user experience
// Colors commented out are used elsewhere and are not included here for better user experience
pub const COLORS: &[Color32; 14] = &[
Color32::RED,
// Color32::GREEN,