Java Math.nextDown()

Java Math.nextDown() is a static method in the Java Math class that returns the next smaller floating-point value towards negative infinity. It is often used in numerical applications requiring precision adjustments. Introduced in Java 2007 with Java 7, nextDown() ensures precise control over floating-point calculations in decremental scenarios.

https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html