Skip to content

sensiblecodeio/inf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
---------

2023-06-21 Release 2.0.0
    Drop Python 2 support.

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

2013-10-10 Release 1.0.0

Packages

No packages published

Languages

  • Python 100.0%