]> granicus.if.org Git - python/commit
Change description of float('nan') feature; NaNs don't care much about
authorMark Dickinson <dickinsm@gmail.com>
Tue, 24 Jun 2008 11:08:58 +0000 (11:08 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 24 Jun 2008 11:08:58 +0000 (11:08 +0000)
commitc72b7879928156fe260e8d1511b047d0ec244f03
treecf90caa3fb49b1ba3a5f66e6195ce9731bc937d1
parent9ea1e36957bb5f890c56f0ffedfacd766699a436
Change description of float('nan') feature; NaNs don't care much about
signs, and float('nan'), float('+nan') and float('-nan') actually all
generate the exact same NaN value.
Doc/whatsnew/2.6.rst