Skip to content

Commit cf8cced

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent d9eefe3 commit cf8cced

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/roundsd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var roundsd = require( '@stdlib/math/base/special/roundsd' );
3232

3333
#### roundsd( x, n\[, b] )
3434

35-
Rounds a `numeric` value to the nearest `number` with `n` significant figures.
35+
Rounds a double-precision floating-point number to the nearest value with `n` significant figures.
3636

3737
```javascript
3838
var v = roundsd( 3.141592653589793, 3 );

0 commit comments

Comments
 (0)