Skip to content

Commit 1ea46e9

Browse files
authored
docs: use correct function name in example in math/base/special/hacoversin
PR-URL: #2409 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent d0f9748 commit 1ea46e9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @return half-value coversed sine
2727
*
2828
* @example
29-
* double y = stdlib_base_coversin( 0.0 );
29+
* double y = stdlib_base_hacoversin( 0.0 );
3030
* // returns 0.5
3131
*/
3232
double stdlib_base_hacoversin( const double x ) {

0 commit comments

Comments
 (0)