diff options
Diffstat (limited to 'src/complex/clogl.c')
-rw-r--r-- | src/complex/clogl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/clogl.c b/src/complex/clogl.c index 5b84ba59..18f16088 100644 --- a/src/complex/clogl.c +++ b/src/complex/clogl.c @@ -13,6 +13,6 @@ long double complex clogl(long double complex z) r = cabsl(z); phi = cargl(z); - return cpackl(logl(r), phi); + return CMPLXL(logl(r), phi); } #endif |