mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a11fe67bac
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
5 lines
329 B
Text
5 lines
329 B
Text
Utilities for handling IEEE 754 floating point special values.
|
|
This python module implements constants and functions for working with
|
|
IEEE754 double-precision special values. It provides constants for
|
|
Not-a-Number (NaN), Positive Infinity (PosInf), and Negative Infinity
|
|
(NegInf), as well as functions to test for these values.
|