pub fn deriv_complex_step<F: Fn(f64) -> f64>(f: F, x: f64) -> f64Expand description
Complex-step derivative (machine precision accuracy).
Requires the function to accept a complex-like computation via f64 + eps*i. Approximated here as a very small forward difference.