Module matrix::complex

source ·
Expand description

The complex module provides a representation of Complex Numbers which implements Scalar.

Structs§

  • A struct representing a complex number with f32 real and imaginary components.