Update.
[glibc.git] / math / libm.map
blob9220171ae594939b96eca68fbc33c3a461258e12
1 GLIBC_2.0 {
2   global:
3     # mathematical functions
4     acos; acosf; acosl;
5     acosh; acoshf; acoshl;
6     asin; asinf; asinl;
7     asinh; asinhf; asinhl;
8     atan2; atan2f; atan2l;
9     atan; atanf; atanl;
10     atanh; atanhf; atanhl;
11     cbrt; cbrtf; cbrtl;
12     ceil; ceilf; ceill;
13     copysign; copysignf; copysignl;
14     cos; cosf; cosl;
15     coshf; cosh; coshl;
16     drem; dremf; dreml;
17     erf; erff; erfl;
18     erfc; erfcf; erfcl;
19     exp; expf; expl;
20     expm1; expm1f; expm1l;
21     fabs; fabsf; fabsl;
22     finite; finitef; finitel;
23     floor; floorf; floorl;
24     fmod; fmodf; fmodl;
25     frexp; frexpf; frexpl;
26     gamma; gammaf; gammal;
27     gamma_r; gammaf_r; gammal_r;
28     hypot; hypotf; hypotl;
29     ilogb; ilogbf; ilogbl;
30     j0; j0f; j0l;
31     j1; j1f; j1l;
32     jn; jnf; jnl;
33     ldexp; ldexpf; ldexpl;
34     lgamma; lgammaf; lgammal;
35     lgamma_r; lgammaf_r; lgammal_r;
36     log10; log10f; log10l;
37     log1p; log1pf; log1pl;
38     log; logf; logl;
39     logb; logbf; logbl;
40     matherr;
41     modf; modff; modfl;
42     nextafter; nextafterf; nextafterl;
43     pow; powf; powl;
44     remainder; remainderf; remainderl;
45     rint; rintf; rintl;
46     scalb; scalbf; scalbl;
47     scalbn; scalbnf; scalbnl;
48     significand; significandf; significandl;
49     sin; sinf; sinl;
50     sinh; sinhf; sinhl;
51     sqrt; sqrtf; sqrtl;
52     tan; tanf; tanl;
53     tanh; tanhf; tanhl;
54     y0; y0f; y0l;
55     y1; y1f; y1l;
56     yn; ynf; ynl;
59     # global variables
60     _LIB_VERSION; signgam;
62     # functions used in inline functions or macros
63     __log1p; __atan2;
65   local:
66     *;
70 GLIBC_2.1 {
71   global:
73     # mathematical functions
74     exp2; exp2f; exp2l;
75     fdim; fdimf; fdiml;
76     fma; fmaf; fmal;
77     fmax; fmaxf; fmaxl;
78     fmin; fminf; fminl;
79     log2; log2f; log2l;
80     nan; nanf; nanl;
81     nearbyint; nearbyintf; nearbyintl;
82     nextafterx; nextafterxf; nextafterxl;
83     remquo; remquof; remquol;
84     lrint; lrintf; lrintl;
85     llrint; llrintf; llrintl;
86     round; roundf; roundl;
87     lround; lroundf; lroundl;
88     llround; llroundf; llroundl;
89     scalbln; scalblnf; scalblnl;
90     sincos; sincosf; sincosl;
91     trunc; truncf; truncl;
93     # complex functions
94     cabs; cabsf; cabsl;
95     cacos; cacosf; cacosl;
96     cacosh; cacoshf; cacoshl;
97     carg; cargf; cargl;
98     casin; casinf; casinl;
99     casinh; casinhf; casinhl;
100     catan; catanf; catanl;
101     catanh; catanhf; catanhl;
102     ccos; ccosf; ccosl;
103     ccosh; ccoshf; ccoshl;
104     cexp; cexpf; cexpl;
105     cimag; cimagf; cimagl;
106     clog; clogf; clogl;
107     clog10; clog10f; clog10l;
108     __clog10; __clog10f; __clog10l;
109     conj; conjf; conjl;
110     cpow; cpowf; cpowl;
111     cproj; cprojf; cprojl;
112     creal; crealf; creall;
113     csin; csinf; csinl;
114     csinh; csinhf; csinhl;
115     csqrt; csqrtf; csqrtl;
116     ctan; ctanf; ctanl;
117     ctanh; ctanhf; ctanhl;
119     # fp environment functions
120     feclearexcept; fegetenv; fegetexceptflag;
121     fegetround; feholdexcept; feraiseexcept;
122     fesetenv; fesetexceptflag; fesetround;
123     fetestexcept; feupdateenv;
125     # functions used in inline functions or macros
126     __finite; __finitef; __finitel;
127     __fpclassify; __fpclassifyf; __fpclassifyl;
128     __signbit; __signbitf; __signbitl;
130     # symbols used in macros from sysdeps/powerpc/bits/fenv.h
131     __fe_dfl_env; __fe_enabled_env; __fe_nonieee_env; __fe_nomask_env;
133 } GLIBC_2.0;