nan constant

Cartesian const nan

A complex number representing "NaN + NaNi"

Implementation

static const nan = Cartesian(double.nan, double.nan);