Skip to content

Commit 9f4b944

Browse files
authored
docs: update related packages sections
PR-URL: #6817 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent b9d5fc2 commit 9f4b944

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ int main( void ) {
181181

182182
- <span class="package-name">[`@stdlib/math/base/special/ceilsd`][@stdlib/math/base/special/ceilsd]</span><span class="delimiter">: </span><span class="description">round a numeric value to the nearest number toward positive infinity with N significant figures.</span>
183183
- <span class="package-name">[`@stdlib/math/base/special/floor`][@stdlib/math/base/special/floor]</span><span class="delimiter">: </span><span class="description">round a double-precision floating-point number toward negative infinity.</span>
184-
- <span class="package-name">[`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]</span><span class="delimiter">: </span><span class="description">round a numeric value to the nearest number with N significant figures.</span>
184+
- <span class="package-name">[`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]</span><span class="delimiter">: </span><span class="description">round a double-precision floating-point number to the nearest value with N significant figures.</span>
185185
- <span class="package-name">[`@stdlib/math/base/special/truncsd`][@stdlib/math/base/special/truncsd]</span><span class="delimiter">: </span><span class="description">round a numeric value to the nearest number toward zero with N significant figures.</span>
186186

187187
</section>

0 commit comments

Comments
 (0)