Struct rgsl::types::result::Result [] [src]

pub struct Result {
    pub val: f64,
    pub err: f64,
}

The error handling form of the special functions always calculate an error estimate along with the value of the result. Therefore, structures are provided for amalgamating a value and error estimate.

Fields

Contains the value.

Contains an estimate of the absolute error in the value.

Methods

impl Result
[src]

Trait Implementations

impl Clone for Result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Result
[src]

impl Default for Result
[src]

Returns the "default value" for a type. Read more