You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
17
18
-[`73d8eb8`](https://github.com/stdlib-js/stdlib/commit/73d8eb85e52e10d7928ec64809752baa2b23e4cc) - **bench:** refactor random generation in `math/base/special/ceil*`[(#5834)](https://github.com/stdlib-js/stdlib/pull/5834)_(by Saurabh Singh)_
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ int main( void ) {
214
214
215
215
- <spanclass="package-name">[`@stdlib/math-base/special/ceil`][@stdlib/math/base/special/ceil]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision floating-point number toward positive infinity.</span>
216
216
- <spanclass="package-name">[`@stdlib/math-base/special/floorsd`][@stdlib/math/base/special/floorsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number toward negative infinity with N significant figures.</span>
217
-
- <spanclass="package-name">[`@stdlib/math-base/special/roundsd`][@stdlib/math/base/special/roundsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number with N significant figures.</span>
217
+
- <spanclass="package-name">[`@stdlib/math-base/special/roundsd`][@stdlib/math/base/special/roundsd]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision floating-point number to the nearest value with N significant figures.</span>
218
218
- <spanclass="package-name">[`@stdlib/math-base/special/truncsd`][@stdlib/math/base/special/truncsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number toward zero with N significant figures.</span>
0 commit comments