Precision of float --- double?
Tim Peters
tim.one at home.com
Sat Jan 27 01:29:01 EST 2001
More information about the Python-list mailing list
Sat Jan 27 01:29:01 EST 2001
- Previous message (by thread): Precision of float --- double?
- Next message (by thread): undefined variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
]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").
- Previous message (by thread): Precision of float --- double?
- Next message (by thread): undefined variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list