fx128

Type Alias fx128 

Source
pub type fx128 = fx128;
Expand description

Complex<f64>

Aliased Type§

#[repr(C)]
pub struct fx128(pub f64, pub f64);

Tuple Fields§

§0: f64§1: f64