[][src]Function bacon_sci::special::hermite_zeros

pub fn hermite_zeros<N: ComplexField>(
    n: u32,
    tol: N::RealField,
    poly_tol: N::RealField,
    n_max: usize
) -> Result<Vec<N>, String>

Get the zeros of the nth Hermite polynomial within tolerance tol with polynomial tolerance poly_tol