Module: XSD::FloatConstants

Included in:
XSDDouble, XSDFloat
Defined in:
lib/xsd/datatypes.rb

Constant Summary collapse

NaN =
0.0/0.0
POSITIVE_INF =
+1.0/0.0
NEGATIVE_INF =
-1.0/0.0
POSITIVE_ZERO =
+1.0/POSITIVE_INF
NEGATIVE_ZERO =
-1.0/POSITIVE_INF
MIN_POSITIVE_SINGLE =
2.0 ** -149