nan top-level constant

String const nan

Constant string value of double.nan.toString() and the NaN (not a number) value recognized by double.parse(..).

Implementation

const nan = 'NaN';