diff options
author | Ed Schouten <ed@FreeBSD.org> | 2014-12-16 09:21:56 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2014-12-16 09:21:56 +0000 |
commit | 2cec876a59a7c5396e3df7e21e82091cd461a94a (patch) | |
tree | f49cd325cda312901e36575562909270bd0b2525 /lib/msun/ld128 | |
parent | c7d73a4d23fe6884a49b0a4eb8734aa8a153bef4 (diff) | |
download | src-2cec876a59a7c5396e3df7e21e82091cd461a94a.tar.gz src-2cec876a59a7c5396e3df7e21e82091cd461a94a.zip |
Notes
Diffstat (limited to 'lib/msun/ld128')
-rw-r--r-- | lib/msun/ld128/k_expl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/ld128/k_expl.h b/lib/msun/ld128/k_expl.h index a5668fd47c58..e0a48fc2093f 100644 --- a/lib/msun/ld128/k_expl.h +++ b/lib/msun/ld128/k_expl.h @@ -322,7 +322,7 @@ __ldexp_cexpl(long double complex z, int expt) scale2 = 1; SET_LDBL_EXPSIGN(scale1, BIAS + expt - half_expt); - return (cpackl(cos(y) * exp_x * scale1 * scale2, + return (CMPLXL(cos(y) * exp_x * scale1 * scale2, sinl(y) * exp_x * scale1 * scale2)); } #endif /* _COMPLEX_H */ |