<div dir="ltr"><div>huh, <br></div><div>do you mean you're using round ties to odd (if so please elaborate! i feel like there must be an interesting insight or observation) <br></div><div>OR that youve a software implementation of roundties to odd? I feel like i'm missing </div><div><br></div><div>happy new year!</div><div>-Carter<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 31, 2020 at 4:08 AM ARATA Mizuki <<a href="mailto:minorinoki@gmail.com">minorinoki@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> 2020/12/29 0:14、Carter Schonwald <<a href="mailto:carter.schonwald@gmail.com" target="_blank">carter.schonwald@gmail.com</a>>のメール:<br>
> <br>
> This is really cool! <br>
<br>
Thanks.<br>
<br>
> <br>
> Is the fall back strategy to do Kahn style compensated arithmetic.  Similar to in Edward Kmett’s compensated library on hackage?<br>
<br>
Yes.  My code combines it with "round-to-odd" technique.<br>
<br>
> <br>
> I like how you have both styles of NaN semantics for min and max, with the default being NaN poisoning but also providing the NaN avoiding one some software needs to do. <br>
<br>
It's one of the new things in IEEE 754-"2019" :)<br>
<br>
> <br>
> On Mon, Dec 28, 2020 at 7:06 AM ARATA Mizuki <<a href="mailto:minorinoki@gmail.com" target="_blank">minorinoki@gmail.com</a>> wrote:<br>
> Hi all,<br>
> <br>
> I'd like to announce the first release of fp-ieee.<br>
> <br>
> <a href="https://hackage.haskell.org/package/fp-ieee" rel="noreferrer" target="_blank">https://hackage.haskell.org/package/fp-ieee</a><br>
> <br>
> This library aims to provide IEEE 754-2019 compliant operations, including<br>
> <br>
> * fusedMultiplyAdd<br>
> <br>
> * correctly-rounding versions of fromInteger (GHC's fromInteger for Float and Double do not round correctly; see <a href="https://gitlab.haskell.org/ghc/ghc/-/issues/17231" rel="noreferrer" target="_blank">https://gitlab.haskell.org/ghc/ghc/-/issues/17231</a>)<br>
> <br>
> * realFloatToFrac: an alternative of realToFrac with well-defined semantics.<br>
> <br>
> Other notes:<br>
> <br>
> * Most of the functions are generic, and any RealFloat instance can be used. However, manipulation of NaN's sign and payload requires an additional constraint (RealFloatNaN, provided by this library).<br>
> <br>
> * Access to floating-point environment is not provided. If you want to control rounding direction, look at my another library: <a href="https://hackage.haskell.org/package/rounded-hw" rel="noreferrer" target="_blank">https://hackage.haskell.org/package/rounded-hw</a><br>
> <br>
> * Decimal-specific operations (like quantize, quantum) are not provided, and the preferred exponent is not honored.<br>
> <br>
> * Use of FFI can be disabled via a package flag (maybe useful when using non-native targets).<br>
> <br>
> <br>
> Mizuki<br>
> <br>
> _______________________________________________<br>
> Haskell-Cafe mailing list<br>
> To (un)subscribe, modify options or view archives go to:<br>
> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
> Only members subscribed via the mailman list are allowed to post.<br>
<br>
</blockquote></div>