We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9eefe3 commit cf8ccedCopy full SHA for cf8cced
lib/node_modules/@stdlib/math/base/special/roundsd/README.md
@@ -32,7 +32,7 @@ var roundsd = require( '@stdlib/math/base/special/roundsd' );
32
33
#### roundsd( x, n\[, b] )
34
35
-Rounds a `numeric` value to the nearest `number` with `n` significant figures.
+Rounds a double-precision floating-point number to the nearest value with `n` significant figures.
36
37
```javascript
38
var v = roundsd( 3.141592653589793, 3 );
0 commit comments