help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] Number comparisons not transitive


From: nicolas cellier
Subject: [Help-smalltalk] Re: [bug] Number comparisons not transitive
Date: Mon, 05 Jan 2009 22:20:32 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

"Hi Paolo,"

"I just checked gst3.1 complex package comparison, try this:"

PackageLoader fileInPackage: 'Complex'.
-1 > 2 i. "is true"
2 i > -1. "is also true"
FloatD nan < 1 i. "err..."

"-------------------------------"
"I noted this one does not print:"

FloatQ fmax.

"Nicolas"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]