On 2012-07-30, Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> wrote:

> 1) Are there any known implementations or platforms where Python floats 
> are not C doubles? If so, what are they?

And the question you didn't ask: are there any platforms where a C
double isn't IEEE-754?

The last ones I worked on that where the FP format wasn't IEEE were
the DEC VAX and TI's line if 32-bit floating-point DSPs.  I don't
think Python runs on the latter, but it might on the former.

-- 
Grant Edwards               grant.b.edwards        Yow! I was born in a
                                  at               Hostess Cupcake factory
                              gmail.com            before the sexual
                                                   revolution!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to