From c345ed3a2346264ca795ae0d33013866772f19d7 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sat, 26 Apr 2025 02:29:56 +0000 Subject: [PATCH] docs: update related packages sections --- lib/node_modules/@stdlib/math/base/special/floorsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/floorsd/README.md b/lib/node_modules/@stdlib/math/base/special/floorsd/README.md index 942156111a6b..cb967e5c925b 100644 --- a/lib/node_modules/@stdlib/math/base/special/floorsd/README.md +++ b/lib/node_modules/@stdlib/math/base/special/floorsd/README.md @@ -181,7 +181,7 @@ int main( void ) { - [`@stdlib/math/base/special/ceilsd`][@stdlib/math/base/special/ceilsd]: round a numeric value to the nearest number toward positive infinity with N significant figures. - [`@stdlib/math/base/special/floor`][@stdlib/math/base/special/floor]: round a double-precision floating-point number toward negative infinity. -- [`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]: round a numeric value to the nearest number with N significant figures. +- [`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]: round a double-precision floating-point number to the nearest value with N significant figures. - [`@stdlib/math/base/special/truncsd`][@stdlib/math/base/special/truncsd]: round a numeric value to the nearest number toward zero with N significant figures.