[libc++] Fix numeric of exp(complex) at inf
This fixes the bug that exp({501, 0}) returns {inf, nan} instead of {inf, 0}. Differential Revision: https://reviews.llvm.org/D112277
Loading
Please sign in to comment
This fixes the bug that exp({501, 0}) returns {inf, nan} instead of {inf, 0}. Differential Revision: https://reviews.llvm.org/D112277