ID EN
Math

nextafter

Python 3.11

Return the next floating-point value after x towards y.

Syntax

PYTHON
math.nextafter(x, y)

See Also

math.ulp()