Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-fpconst: Python module for handling IEEE 754 floating point special values
- Summary
- 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.
Changelog
- * Wed Sep 6 17:00:00 2006 Christopher Stone <chris{*}stone{%}gmail{*}com> 0.7.2-3
- No longer %ghost pyo files. Bug #205414
- * Wed Aug 30 17:00:00 2006 Christopher Stone <chris{*}stone{%}gmail{*}com> 0.7.2-2
- Shorten summary
- Remove unnecessary requires
- * Sat Mar 18 16:00:00 2006 Christopher Stone <chris{*}stone{%}gmail{*}com> 0.7.2-1
- Initial Release of python-fpconst, changes from fpconst include:
- Renamed package from fpconst to python-fpconst
- Removed macros in URL
- Removed python-devel from BR
- Droped the second paragraph in %description
- Droped PKG-INFO from %doc
- Added pep-0754.txt to %doc