pub fn diff(expr: &Expr, var: &str) -> Expr
Symbolically differentiate expr with respect to the variable named var.
expr
var
Returns a new expression for the derivative (not yet simplified).