Type Alias autd3_driver::defined::Complex
source · pub type Complex = Complex<f64>;Aliased Type§
struct Complex {
pub re: f64,
pub im: f64,
}Fields§
§re: f64Real portion of the complex number
im: f64Imaginary portion of the complex number