Precision of float --- double?

Tim Peters tim.one at home.com
Sat Jan 27 01:29:01 EST 2001


]Arcady Genkin]
> Could someone point me to a place in the documentation where the float
> type is defined?

Probably.  But if you have grep or findstr, you can find it faster than I
can type it in.

> s it equivallent of C's double?

Yes, and on all platforms.  It *is* a native C double.  Similarly, a Python
int is a native C signed long (while a Python long is unbounded -- a
"bigint").





More information about the Python-list mailing list