forked from OSchip/llvm-project
477b5f688c
Summary: Currently std::asinh and std::acosh use std::pow to compute x^2. This results in a significant error when computing e.g. asinh(i) or acosh(-1). This patch expresses x^2 directly via x.real() and x.imag(), like it is done in libstdc++/glibc, and adds tests that checks the accuracy. Reviewers: EricWF, mclow.lists Reviewed By: mclow.lists Subscribers: christof, cfe-commits Differential Revision: https://reviews.llvm.org/D41629 llvm-svn: 325510 |
||
---|---|---|
.. | ||
ccmplx | ||
cmplx.over | ||
complex | ||
complex.literals | ||
complex.member.ops | ||
complex.members | ||
complex.ops | ||
complex.special | ||
complex.synopsis | ||
complex.transcendentals | ||
complex.value.ops | ||
cases.h | ||
layout.pass.cpp |