i constant

Cartesian const i

The square root of -1. A number representing "0.0 + 1.0i"

Implementation

static const i = Cartesian(0.0, 1.0);