On 7/19/12 8:16 PM, Raymond Toy wrote:
> On 7/19/12 5:50 PM, Barton Willis wrote:
>> The intent of
>>
>> (setq l ($expand l))
>> (cons l l))
>>
>> is to properly return (cons 0 0) or (cons 0.0 0.0), or ... Since 0 * 0.0
>> --> 0,
>
> I assumed that's what the expand was for. Let me try with (cons 0 0)
> and see what breaks.
Testsuite passes, but the two polarform tests fail because polarform
returns 0 instead of 0.0 and 0b0.
Ray