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 baef022 commit 2604e21Copy full SHA for 2604e21
1 file changed
lib/node_modules/@stdlib/math/base/special/acoth/src/main.c
@@ -26,7 +26,7 @@
26
* @return output value
27
*
28
* @example
29
-* out = stdlib_base_acoth( 2.0 );
+* double out = stdlib_base_acoth( 2.0 );
30
* // returns ~0.5493
31
*/
32
double stdlib_base_acoth( const double x ) {
0 commit comments