pub type ComplexI64 = Complex<i64>;Aliased Type§
#[repr(C)]pub struct ComplexI64 {
pub re: i64,
pub im: i64,
}Fields§
§re: i64Real portion of the complex number
im: i64Imaginary portion of the complex number
pub type ComplexI64 = Complex<i64>;#[repr(C)]pub struct ComplexI64 {
pub re: i64,
pub im: i64,
}re: i64Real portion of the complex number
im: i64Imaginary portion of the complex number