Struct quadrature::Output [] [src]

pub struct Output {
    pub num_function_evaluations: u32,
    pub error_estimate: f64,
    pub integral: f64,
}

Fields

Trait Implementations

impl Clone for Output
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Output
[src]

impl Debug for Output
[src]

Formats the value using the given formatter.