23 #ifndef INCLUDED_GR_SINCOS_H
24 #define INCLUDED_GR_SINCOS_H
GR_RUNTIME_API void sincosf(float x, float *sin, float *cos)
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
GR_RUNTIME_API void sincos(double x, double *sin, double *cos)