Date: Tue, 08 Aug 2017 17:57:27 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221341] C99 functions cpow, cpowf, cpowl, clog, clogf, clogl are missing Message-ID: <bug-221341-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221341 Bug ID: 221341 Summary: C99 functions cpow, cpowf, cpowl, clog, clogf, clogl are missing Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: yuri@rawbw.com The standard http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf specifies them in the section "7.3.8.2 The cpow functions": > #include <complex.h> > double complex cpow(double complex x, double complex y); > float complex cpowf(float complex x, float complex y); > long double complex cpowl(long double complex x, > long double complex y); Similarly, the section "G.6.3.2 The clog functions" specifies clog. > double complex clog(double complex z); > float complex clogf(float complex z); > long double complex clogl(long double complex z); They are entirely missing. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221341-8>