Skip to content

Commit 727c508

Browse files
docs: fix C example function call
PR-URL: #11126 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent d42b153 commit 727c508

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/ahaversinf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/ahaversinf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @return output value
2828
*
2929
* @example
30-
* double out = stdlib_base_ahaversin( 0.0f );
30+
* float out = stdlib_base_ahaversinf( 0.0f );
3131
* // returns 0.0f
3232
*/
3333
float stdlib_base_ahaversinf( const float x ) {

0 commit comments

Comments
 (0)