Returns the floating-point value adjacent to f
in
the direction of negative infinity. This method is
semantically equivalent to nextAfter(f,
Float.NEGATIVE_INFINITY)
; however, a
nextDown
implementation may run faster than its
equivalent nextAfter
call.
Special Cases:
-Float.MIN_VALUE
f | starting floating-point value |
Diagram: Math