one constant

Cartesian const one

A complex number representing "1.0 + 0.0i"

Implementation

static const one = Cartesian(1.0);