
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_vco< o_type, i_type >::sincos(), and gr_nco< o_type, i_type >::sincos().
1.5.8