Manlio Perillo wrote:
>> The first difference is about a `mod` b, when a and b are Float types.
>> Python use the fmod function, and it also implement divmod; Haskell seems to
>> lack support for this operation.

I wrote:
> Yes, Haskell does not implement the full IEEE.

I spoke too soon. Data.Fixed.mod' supports this operation.

I doubt that it is implemented via the IEEE primitive though.

-Yitz
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to