![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re^4: Spaceship Zero (>=0)by pKai (Priest) |
on Nov 10, 2008 at 08:51 UTC ( #722583=note: print w/replies, xml ) | Need Help?? |
It seems obvious that >= is a different operator than <=>. If your want to test for something being >=0 and call it the copysign function, it's O. K., but the revelation of the OP is that spaceship zero implements the well-known Sign function abbreviated as sgn() in mathematics (not just some builtin "in BASIC".)
In Section
Obfuscated Code
|
|