Closed Luna-Klatzer closed 3 months ago
Implement built-in constant NaN, which simply represents the constant not-a-number. This value is already returned by as num when the value being converted from is not a number.
NaN
as num
num
Implemented by #676.
Is there an existing proposal for this?
This feature does not exist in the latest version
Proposal
Implement built-in constant
NaN
, which simply represents the constant not-a-number. This value is already returned byas num
when the value being converted from is not a number.Exact behaviour / changes you want
NaN
of typenum
.