pub type ComplexMargin = F64Margin;
Expand description

The margin withing two floats are considered the same is the same for each component of a complex number.

Aliased Type§

struct ComplexMargin {
    pub epsilon: f64,
    pub ulps: i64,
}

Fields§

§epsilon: f64§ulps: i64