Skip to content

Commit 6ea8070

Browse files
docs: fix JSDoc description in math/base/special/acoversin
PR-URL: #1853 Signed-off-by: Rejoan Sardar <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent dc20da0 commit 6ea8070

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/acoversin/lib/native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var addon = require( './../src/addon.node' );
2626
// MAIN //
2727

2828
/**
29-
* Computes the inverse cotangent of a double-precision floating-point number.
29+
* Computes the inverse coversed sine of a double-precision floating-point number.
3030
*
3131
* @private
3232
* @param {number} x - input value

0 commit comments

Comments
 (0)