Home
/
Python 3.11
/
Math
/
nextafter
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Math
nextafter
Python 3.11
Return the next floating-point value after x towards y.
Syntax
PYTHON
Copy
math.nextafter(x, y)
See Also
math.ulp()