pollution: sincos void sincos(double __x, double *__sin, double *__cos); pollution: sincosf void sincosf(float __x, float *__sin, float *__cos); pollution: sincosl void sincosl(long double __x, long double *__sin, long double *__cos); pollution: exp10 double exp10(double __x); pollution: exp10f float exp10f(float __x); pollution: exp10l long double exp10l(long double __x); pollution: pow10 double pow10(double __x); pollution: pow10f float pow10f(float __x); pollution: pow10l long double pow10l(long double __x); pollution: finite int finite(double __x); pollution: finitef int finitef(float __x);