[Bug 221341] C99 functions cpow, cpowf, cpowl, clog, clogf, clogl are missing
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 8 17:57:28 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221341
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 at FreeBSD.org
Reporter: yuri at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list