Files
clang-p2996/libcxx/test/std/numerics/complex.number/complex.transcendentals/exp.pass.cpp
Xiang Gao f21c247300 [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
2021-10-28 16:10:55 -04:00

3.8 KiB