
Nov. 27, 2008
4:09 a.m.
George Sakkis <george.sakkis@gmail.com> wrote:
Is it maybe the right time to add a builtin Smallest (and also Largest) object, i.e. two singletons so that `Smallest < x` for every x: x is not Smallest and `Largest > x` for every x: x is not Largest ?
Largest = float('Infinity') Smallest = float('-Infinity') -- Roberto Bonvallet