[New-bugs-announce] [issue9165] Add math.isfinite()

Benjamin Peterson report at bugs.python.org
Mon Jul 5 17:16:48 CEST 2010


New submission from Benjamin Peterson <benjamin at python.org>:

It would be equivalent to "not isinf(x) and not isnan(x)".

----------
components: Extension Modules
messages: 109324
nosy: benjamin.peterson
priority: low
severity: normal
status: open
title: Add math.isfinite()
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9165>
_______________________________________


More information about the New-bugs-announce mailing list