Float.max_value
Float.max_value
Documentation
Maximum representable positive value, from the underlying Java double type. The absolute-value-largest representable negative value is -max_value
.
Maximum representable positive value, from the underlying Java double type. The absolute-value-largest representable negative value is -max_value
.