We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0f3a4 commit 40be631Copy full SHA for 40be631
include/qinterp1.h
@@ -93,7 +93,7 @@ extern "C" {
93
* the endpoints, extrapolation is performed using the current method.
94
* @param[in] i A pointer to the interpolation instance.
95
* @param[in] x The input point.
96
- * @return @c The interpolated-extrapolated @a y value.
+ * @return The interpolated-extrapolated @a y value.
97
*/
98
float qInterp1_Get( qInterp1_t * const i,
99
const float x );
0 commit comments