pub type f64c = complex<f64>;Expand description
Double-precision (128-bit) complex number — two f64 components.
Aliased Type§
#[repr(C)]pub struct f64c {
pub re: f64,
pub im: f64,
}Fields§
§re: f64§im: f64pub type f64c = complex<f64>;Double-precision (128-bit) complex number — two f64 components.
#[repr(C)]pub struct f64c {
pub re: f64,
pub im: f64,
}re: f64§im: f64