Does Python have a long floating data type please?
QuestionExchange
USENET at questionexchange.com
Tue Apr 4 18:54:53 EDT 2000
More information about the Python-list mailing list
Tue Apr 4 18:54:53 EDT 2000
- Previous message (by thread): Does Python have a long floating data type please?
- Next message (by thread): Debugging confusion -- too many stacks!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://www.python.org/doc/current/lib/typesnumeric.html This link descirbes the python data types. It looks like a float in python will be the same size as a C double. Keep in mind this is machine dependant. However, third party modules exist. http://www.vex.net/parnassus/apyllo.py/684222876.3267957 -- This answer is courtesy of QuestionExchange.com http://www.questionexchange.com/servlet3/qx.usenetGuest.showUsenetGuest?ans_id=12552&cus_id=USENET
- Previous message (by thread): Does Python have a long floating data type please?
- Next message (by thread): Debugging confusion -- too many stacks!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list