pub type Absurd32 = Absurd<f32>;Expand description
32-bit floating point absurd number
Aliased Type§
pub struct Absurd32 {
pub complex: Complex<f32>,
pub absurd: Complex<f32>,
}Fields§
§complex: Complex<f32>The complex part (coefficient of 1)
absurd: Complex<f32>The absurd part (coefficient of z)