Module

XSD::FloatConstants

Inheritance

Constants

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