Type Definition matrix::c32

source ·
pub type c32 = Complex<f32>;
Expand description

A complex number with 32-bit parts.

Trait Implementations§

Return the zero element.
Check if the element is zero.