Skip to content

[libc][math] should asin functions set errno == ERANGE on underflow? #88770

Open
@Flandini

Description

@Flandini

Following up on #61092.

asinf is setting FE_UNDERFLOW in these cases, but I don't think it sets errno == ERANGE in all cases for all asin implementations. It is implementation defined if errno is set to ERANGE in this case.

Thoughts @michaelrj-google @nickdesaulniers?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions