[][src]Function gkquad::prelude::integral2

pub fn integral2<F, R>(f: F, r: R) -> IntegrationResult where
    F: Integrand2,
    R: IntoRange2,
    QAGS2: Algorithm2<F, R::IntoRange>, 

Performs integration using QAGS2 algorithm, which achieves greate performance for many kinds of functions.