Python Forum
finding the next higher representable floating point value - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: finding the next higher representable floating point value (/thread-21104.html)



finding the next higher representable floating point value - Skaperen - Sep-13-2019

is there already an existing function or method, somewhere, to find the next higher (or lower) representable (in the platform's implementation) floating point value?