mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Merged revisions 77302 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77302 | mark.dickinson | 2010-01-04 21:32:02 +0000 (Mon, 04 Jan 2010) | 1 line Fix typo in comment. ........
This commit is contained in:
parent
4adb288f4e
commit
180e4cd54d
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ b2d(Bigint *a, int *e)
|
||||||
|
|
||||||
Given a finite nonzero double d, return an odd Bigint b and exponent *e
|
Given a finite nonzero double d, return an odd Bigint b and exponent *e
|
||||||
such that fabs(d) = b * 2**e. On return, *bbits gives the number of
|
such that fabs(d) = b * 2**e. On return, *bbits gives the number of
|
||||||
significant bits of e; that is, 2**(*bbits-1) <= b < 2**(*bbits).
|
significant bits of b; that is, 2**(*bbits-1) <= b < 2**(*bbits).
|
||||||
|
|
||||||
If d is zero, then b == 0, *e == -1010, *bbits = 0.
|
If d is zero, then b == 0, *e == -1010, *bbits = 0.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue