2003-10-07 22:00:53 +02:00
|
|
|
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 (Inf), and Negative Infinity (-Inf),
|
|
|
|
as well as functions to test for these values.
|
2005-05-20 20:07:16 +02:00
|
|
|
|
2013-11-20 21:51:25 +01:00
|
|
|
WWW: https://pypi.python.org/pypi/fpconst
|