pub async fn integrate( expr: &str, var: &str, lo: f64, hi: f64, n: usize, ) -> Result<String, String>