Re: [Haskell-cafe] ieee 754

2008-06-22 Thread Henning Thielemann
On Sun, 22 Jun 2008, Lennart Augustsson wrote: Haskell does not allow you to change rounding mode, NaN signallng mode, etc. But otherwise Haskell on modern platforms conforms to IEEE 754. It just uses the machine floating point implementation, which is most oftenly IEEE. However the good new

Re: [Haskell-cafe] ieee 754

2008-06-22 Thread Lennart Augustsson
Haskell does not allow you to change rounding mode, NaN signallng mode, etc. But otherwise Haskell on modern platforms conforms to IEEE 754. -- Lennart On Sun, Jun 22, 2008 at 9:37 AM, Sean McLaughlin <[EMAIL PROTECTED]> wrote: > Hello, > > I'm considering using Haskell for a numerical applica

[Haskell-cafe] ieee 754

2008-06-22 Thread Sean McLaughlin
Hello, I'm considering using Haskell for a numerical application. However, I need to rely on IEEE 754 standards being implemented correctly. What is the current state of 754 in Haskell? The definition has this paragraph, which makes me suspect Haskell is not appropriate for this application: