This is an archive of the discontinued LLVM Phabricator instance.

Fix numeric of exp(complex) at inf
ClosedPublic

Authored by zasdfgbnm on Oct 21 2021, 3:51 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGf21c2473006f: [libc++] Fix numeric of exp(complex) at inf
Summary

This fixes the bug that exp({501, 0}) returns {inf, nan} instead of {inf, 0}

Diff Detail

Event Timeline

zasdfgbnm requested review of this revision.Oct 21 2021, 3:51 PM
zasdfgbnm created this revision.
Herald added a reviewer: Restricted Project. · View Herald TranscriptOct 21 2021, 3:51 PM
ldionne accepted this revision.Oct 28 2021, 12:21 PM
This revision is now accepted and ready to land.Oct 28 2021, 12:21 PM

The CI failures are unrelated.

This revision was landed with ongoing or failed builds.Oct 28 2021, 1:11 PM
This revision was automatically updated to reflect the committed changes.