Skip to content

Commit 26e46d5

Browse files
authored
docs: fix missing @private tag
PR-URL: #2672 Ref: 2c377eb#r144702838 Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com> Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in>
1 parent 33e8edb commit 26e46d5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var addon = require( './../src/addon.node' );
2929
/**
3030
* Simultaneously computes the sine and cosine of a number.
3131
*
32+
* @private
3233
* @param {number} x - input value (in radians)
3334
* @returns {Array<number>} sine and cosine
3435
*

0 commit comments

Comments
 (0)