Next: Elementary Functions, Previous: Mathematical Constants, Up: Mathematical Functions
This macro contains the IEEE representation of positive infinity, +\infty. It is computed from the expression
+1.0/0.0
.
This macro contains the IEEE representation of negative infinity, -\infty. It is computed from the expression
-1.0/0.0
.
This macro contains the IEEE representation of the Not-a-Number symbol,
NaN
. It is computed from the ratio0.0/0.0
.