name lines

This commit is contained in:
Simon Gardling
2022-03-07 20:16:19 -05:00
parent b98aa4de26
commit a34e37e3f7
3 changed files with 22 additions and 7 deletions

View File

@@ -310,6 +310,8 @@ impl FunctionEntry {
self.integral_max_x = max_x;
self
}
pub fn get_derivative_str(&self) -> &str { self.function.get_derivative_str() }
}
#[test]