NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
standards/58604: C11 <complex.h>: missing CMPLX, CMPLXF, CMPLXL
>Number: 58604
>Category: standards
>Synopsis: C11 <complex.h>: missing CMPLX, CMPLXF, CMPLXL
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: standards-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Aug 16 10:55:00 +0000 2024
>Originator: Taylor R Campbell
>Release: current, 10, 9, ...
>Organization:
The NetBSD+i Foundation
>Environment:
>Description:
C11 7.3.9.3: The CMPLX macros
#include <complex.h>
double complex CMPLX(double x, double y);
float complex CMPLXF(float x, float y);
long double complex CMPLXL(long double x, long double y);
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf#page=215
>How-To-Repeat:
code inspection
>Fix:
Yes, please!
Home |
Main Index |
Thread Index |
Old Index