|
GNU Radio 3.4.0 C++ API
|

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