Jon Lang wrote:
> How do pred and succ work when given Complex values?

By adding/substracting 1 from the real part, I'd say. Don't know if that
actually makes sense.

> More generally: if Complex does Numeric, then Numeric doesn't include
> Ordered (or whatever it's called), because Complex doesn't do Ordered.
>  As such, you can't used Numeric for any function that depends on the
> value being Ordered.

Correct, that's what Real is for.

> On Sun, Oct 4, 2009 at 10:15 AM,  <pugs-comm...@feather.perl6.nl> wrote:
>> @@ -255,7 +284,7 @@
>>
>>  =item I<Standard Trig Functions>
>>
>> - Num multi method func ( Num  $x: TrigBase $base = $?TRIGBASE ) is export
>> + Nuermic multi method func ( Nuermic  $x: TrigBase $base = $?TRIGBASE ) is 
>> export
> 
> typos: s[Nuermic] = "Numeric"

You do have a pugs commit bit, don't you?
If you find errors, feel free to correct them in the synopsis.

Cheers,
Moritz

Reply via email to