Skip to content

[libc][math] remainder(-inf, -inf) and remquo not raising invalid or setting errno #88769

Open
@Flandini

Description

@Flandini

Following up on #61092, this case still remains.

Throwing in remquo here since remainder is using the remquo implementation.

Fix seems simple since there is already a branch handling these cases and returning, we just need to add the calls to set these.

I have a fix and some tests.

Tagging @nickdesaulniers @michaelrj-google.

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