|
GNU Radio 3.6.1 C++ API
|
#include <gr_core_api.h>

Go to the source code of this file.
Functions | |
| GR_CORE_API void | gr_sincos (double x, double *sin, double *cos) |
| GR_CORE_API void | gr_sincosf (float x, float *sin, float *cos) |
| GR_CORE_API void gr_sincos | ( | double | x, |
| double * | sin, | ||
| double * | cos | ||
| ) |
| GR_CORE_API void gr_sincosf | ( | float | x, |
| float * | sin, | ||
| float * | cos | ||
| ) |
Referenced by gr_expj(), gr_vco< o_type, i_type >::sincos(), and gr_nco< o_type, i_type >::sincos().