summaryrefslogtreecommitdiff
path: root/gr-analog/include/analog/sincos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-analog/include/analog/sincos.h')
-rw-r--r--gr-analog/include/analog/sincos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-analog/include/analog/sincos.h b/gr-analog/include/analog/sincos.h
index 38b9d96da0..a71164c885 100644
--- a/gr-analog/include/analog/sincos.h
+++ b/gr-analog/include/analog/sincos.h
@@ -28,8 +28,10 @@
namespace gr {
namespace analog {
- // compute sine and cosine at the same time
+ //! compute double sine and cosine at the same time
ANALOG_API void sincos(double x, double *sin, double *cos);
+
+ //! compute floating point sine and cosine at the same time
ANALOG_API void sincosf(float x, float *sin, float *cos);
} /* namespace analog */