python-fpconst/README.md

7 lines
427 B
Markdown
Raw Normal View History

2024-01-06 11:10:40 +01:00
# python-fpconst
This module provides constants and functions for handling IEEE754 floating point infinite and NaN values.
This works on any python that uses IEEE754 double values for its float type (whether big- or little-endian). Although this is not required, it's unlikely any python would fail to meet this requirement (the code in both the standard and JPython interpreters assumes IEEE754 double all over the place).