pub async fn solve_equation( equation: &str, var: &str, x0: f64, x1: f64, ) -> Result<String, String>