mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Add new catrigl.c (r313761) APIs to include/complex.h
Reviewed by: bde, emaste Approved by: bde, emaste (src committers) Differential Revision: https://reviews.freebsd.org/D9615
This commit is contained in:
parent
fbed6d606a
commit
507c3d47af
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313923
@ -67,6 +67,10 @@ double complex cacos(double complex);
|
||||
float complex cacosf(float complex);
|
||||
double complex cacosh(double complex);
|
||||
float complex cacoshf(float complex);
|
||||
long double complex
|
||||
cacoshl(long double complex);
|
||||
long double complex
|
||||
cacosl(long double complex);
|
||||
double carg(double complex);
|
||||
float cargf(float complex);
|
||||
long double cargl(long double complex);
|
||||
@ -74,10 +78,18 @@ double complex casin(double complex);
|
||||
float complex casinf(float complex);
|
||||
double complex casinh(double complex);
|
||||
float complex casinhf(float complex);
|
||||
long double complex
|
||||
casinhl(long double complex);
|
||||
long double complex
|
||||
casinl(long double complex);
|
||||
double complex catan(double complex);
|
||||
float complex catanf(float complex);
|
||||
double complex catanh(double complex);
|
||||
float complex catanhf(float complex);
|
||||
long double complex
|
||||
catanhl(long double complex);
|
||||
long double complex
|
||||
catanl(long double complex);
|
||||
double complex ccos(double complex);
|
||||
float complex ccosf(float complex);
|
||||
double complex ccosh(double complex);
|
||||
|
Loading…
Reference in New Issue
Block a user