Glotmorf on 9 Apr 2002 23:57:13 -0000


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

Re: spoon-discuss: Re: spoon-business: Nomilogue #5


On 4/9/02 at 10:45 PM Jonathan David Amery wrote:

>> Yeah, you're right...I was aiming for 2/3 full, actually.  And that's=
>>  probably a little tight, even so...so kindly replace "Maximum Entropy /
>#=
>>  of players / 2" with "((Maximum Entropy) / (# of players)) / 2", and=
>>  replace "Maximum Entropy / # of
>> players / 3" with "(((Maximum Entropy) / (# of players)) / 4) * 3".
>>
>
> Can I suggest (Maximum Entropy) / (2 * # of players)
> and       (3 * Maximum Entropy) / (4 * # of players)  ?

I like my syntax of the first better, if only because it's trying to be explicit about what I'm trying to do.  Though if I want that I could do

((Maximum Entropy) / (# of players)) * (1/2)

and

((Maximum Entropy) / (# of players)) * (3/4)

Not the simplest form, but I'm more interested in expression of intent than arithmetic simplicity.

						Glotmorf