inf

Infinity


Keywords
inf, infinity
License
Other
Install
pip install inf==1.1.1

Documentation

inf -- To Infinity and Beyond!
------------------------------

``inf`` is missing from Python's builtins. This module adds it:

..
  import inf
  # inf is now float("+inf")

  inf.div(10.0, 0.0)  # Correctly returns inf.



CHANGELOG
---------

2013-10-21 Release 1.1.0
    Added the ``inf.div`` function for IEEE division.

2013-10-10 Release 1.0.0