Type Definition qdk_sim::C64

source · []
pub type C64 = Complex<f64>;
Expand description

A complex number with two 64-bit floating point fields. That is, the analogy of f64 to complex values.

Trait Implementations

The resulting type after applying the * operator.

Performs the * operation. Read more

The resulting type after applying the * operator.

Performs the * operation. Read more