Absurd64

Type Alias Absurd64 

Source
pub type Absurd64 = Absurd<f64>;
Expand description

64-bit floating point absurd number

Aliased Type§

pub struct Absurd64 {
    pub complex: Complex<f64>,
    pub absurd: Complex<f64>,
}

Fields§

§complex: Complex<f64>

The complex part (coefficient of 1)

§absurd: Complex<f64>

The absurd part (coefficient of z)