Skip to content

Commit 7f26f33

Browse files
authored
docs: remove annotation
Signed-off-by: Athan <[email protected]>
1 parent 46726f9 commit 7f26f33

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/lapack/base/dlapy3/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dlapy3/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ var abs2 = require( '@stdlib/math/base/special/abs2' );
3232
/**
3333
* Computes `sqrt(x^2 + y^2 + z^2)` in a manner which doesn't cause unnecessary overflow.
3434
*
35-
* @private
3635
* @param {number} x - first input number
3736
* @param {number} y - second input number
3837
* @param {number} z - third input number

0 commit comments

Comments
 (0)