BigFloat Fields

Fields

MaxValue The largest possible BigFloat,
MinPositiveValue The smallest BigFloat greater than zero,
MinusOne The number -1 as a BigFloat,
MinValue The smallest possible BigFloat,
NaN Not-a-Number, the value returned when the result is undefined.
NegativeInfinity Negative infinity as a BigFloat,
NegativeZero Negative 0 as a BigFloat,
One The number 1 as a BigFloat,
PositiveInfinity Positive infinity as a BigFloat,
Zero The number 0 as a BigFloat,

See Also