Discussion: new operators for numerical computation

Bjorn Pettersen bjorn at roguewave.com
Thu Jul 20 13:00:54 EDT 2000


Bernhard Herzog wrote:
> 
> Agreed, but the confusion comes from allowing floating point literals to
> end or start with the decimal point (2.+.5 is valid python).

Hey, someone allready implemented .+ on my machine <wink>

f:\pork>python
Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> 5.+3
8.0
>>>

-b




More information about the Python-list mailing list