[clean-list] Python's "fix" function in Clean

Siegfried Gonzi siegfried.gonzi@stud.uni-graz.at
Tue, 06 May 2003 12:13:19 +0200


Jerzy K. pointed out that I had a typo somewhere:

f = abs(val)

should be changed to: f=abs f

Checked my Scheme implementation and it turned out that I was making a 
typo during translation.

S. Gonzi

>