Skip to content

Commit febba4f

Browse files
authored
chore: cleanup
1 parent feaeb70 commit febba4f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var pow = require( '@stdlib/math/base/special/pow' );
3535
* @private
3636
* @param {number} x - input number
3737
* @param {number} y - input number
38-
* @returns {integer} status code
38+
* @returns {number} sqrt( x^2 + y^2 )
3939
*
4040
* @example
4141
* var out = dlapy2( 3.0, 4.0, );

0 commit comments

Comments
 (0)