XSD::FloatConstants (Module)

In: xsd/datatypes.rb

Constants

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 ** -149

[Validate]