Does Python have a long floating data type please?

QuestionExchange USENET at questionexchange.com
Tue Apr 4 18:54:53 EDT 2000


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



More information about the Python-list mailing list