Skip to main content

differentiate

Function differentiate 

Source
pub async fn differentiate(
    expr: &str,
    var: &str,
    at: f64,
    order: u8,
) -> Result<String, String>