4 lines
109 B
Text
4 lines
109 B
Text
Inf=: _
|
|
NegInf=: __
|
|
NB. Negative zero cannot be represented in J to be distinct from 0.
|
|
NaN=. _.
|