On Wed, 8 Mar 2023 at 20:11, Nathan Bossart <nathandboss...@gmail.com> wrote:
>
> On Mon, Feb 27, 2023 at 12:54:35PM +0000, Dean Rasheed wrote:
> > +     /*
> > +      * For erf, we don't need an errno check because it never overflows.
> > +      */
>
> > +     /*
> > +      * For erfc, we don't need an errno check because it never overflows.
> > +      */
>
> The man pages for these seem to indicate that underflow can occur.  Do we
> need to check for that?
>

No, I don't think so. The docs indicate that if an underflow occurs,
the correct result (after rounding) should be returned, so I think we
should just return that result (as we do for tanh(), for example).

Regards,
Dean


Reply via email to