From ea3a1cba74d57166da22e98152bef6075f7a6778 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Thu, 24 Apr 2025 02:31:29 +0000 Subject: [PATCH] docs: update related packages sections --- lib/node_modules/@stdlib/math/base/special/truncsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/truncsd/README.md b/lib/node_modules/@stdlib/math/base/special/truncsd/README.md index 14a8ac4df715..d9c227c5176d 100644 --- a/lib/node_modules/@stdlib/math/base/special/truncsd/README.md +++ b/lib/node_modules/@stdlib/math/base/special/truncsd/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/floorsd`][@stdlib/math/base/special/floorsd]: round a numeric value to the nearest number toward negative infinity with N significant figures. -- [`@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/trunc`][@stdlib/math/base/special/trunc]: round a double-precision floating-point number toward zero.