pub fn contour_integral_expr(
expr: &Expr,
var: &str,
path: &[Complex<f64>],
) -> Result<Complex<f64>, String>Expand description
Performs numerical contour integration of a symbolic expression.
path- A slice of complex points defining the contour.
ยงErrors
Returns an error if the expression evaluation fails.