Apple Developer Documentation

A quiet NaN (”not a number”)

Availability

Technology

On This Page • Declaration  • Discussion  • Relationships

Declaration

static var nan: Double { get } 

Discussion

A NaN compares not equal, not greater than, and not less than every value, including itself. Passing a NaN to an operation generally results in NaN.