On Thu, Nov 6, 2008 at 4:45 PM, Ian Kelly <[EMAIL PROTECTED]> wrote: > So perhaps the criterion should be something like, for a > score of a + bi, a > 0 && b >= 2500/a.
Which can of course be written more prettily as simply a * b >= 2500. -root
On Thu, Nov 6, 2008 at 4:45 PM, Ian Kelly <[EMAIL PROTECTED]> wrote: > So perhaps the criterion should be something like, for a > score of a + bi, a > 0 && b >= 2500/a.
Which can of course be written more prettily as simply a * b >= 2500. -root