Dumb python questions

Markus Schaber markus at schabi.de
Wed Aug 15 11:58:42 EDT 2001


Paul Rubin <phr-n2001 at nightsong.com> schrub:
 
> Oh cool.  Thanks.  Btw, is there any reason for the apparently
> unnecessary complex contagion as soon as you touch cmath?  For
> example, cmath.sqrt(1) is 1+0j instead of 1.0.  

>>> 1 == 1+0j
1

So it's the same, no problem :-)

markus
-- 
1) Customers cause problems.
2) Marketing is trying to create more customers.
Therefore:
3) Marketing is evil.  (Grand Edwards in comp.lang.python)



More information about the Python-list mailing list