Crate reim

Source
Expand description

complex number library

Structs§

Complex
complex number definition.

Constants§

ONE
the complex one: (1, 0)
ZERO
the complex zero: (0, 0)

Functions§

conjugate
the conjugate of a+bi is a-bi