zero constant

Cartesian const zero

A complex number representing "0.0 + 0.0i"

Implementation

static const zero = Cartesian(0.0);