Type Definition faer_core::c64

source ·
pub type c64 = Complex<f64>;
Expand description

Complex floating point number type, where the real and imaginary parts each occupy 64 bits.

Trait Implementations

Returns a complex number whose real part is equal to real, and a zero imaginary part.
Returns the real and imaginary part.
Returns the value representing 0.0.
Returns the value representing 1.0.
Returns the inverse of the number.
Returns the conjugate of the number.
Returns the square root of the number.
Returns either the norm or squared norm of the number. Read more
Returns the real part.
Returns the imaginary part.
Returns the input, scaled by factor.