Skip to main content

diff

Function diff 

Source
pub fn diff(expr: &Expr, var: &str) -> Expr
Expand description

Symbolically differentiate expr with respect to the variable named var.

Returns a new expression for the derivative (not yet simplified).