Skip to main content

solve_equation

Function solve_equation 

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