From 1655420e7a06617d5b454886c2be025e00bad74b Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:57:32 -0700 Subject: [PATCH] docs: update namespace table of contents PR-URL: #2683 Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Co-authored-by: Philipp Burckhardt Reviewed-by: Philipp Burckhardt --- lib/node_modules/@stdlib/math/base/special/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/README.md b/lib/node_modules/@stdlib/math/base/special/README.md index 75f58b9b134..8c5fa1edf5e 100644 --- a/lib/node_modules/@stdlib/math/base/special/README.md +++ b/lib/node_modules/@stdlib/math/base/special/README.md @@ -198,7 +198,7 @@ var fcns = special; - [`truncb( x, n, b )`][@stdlib/math/base/special/truncb]: round a numeric value to the nearest multiple of b^n toward zero. - [`truncf( x )`][@stdlib/math/base/special/truncf]: round a single-precision floating-point number toward zero. - [`truncn( x, n )`][@stdlib/math/base/special/truncn]: round a numeric value to the nearest multiple of 10^n toward zero. -- [`truncsd( x, n[, b] )`][@stdlib/math/base/special/truncsd]: round a numeric value to the nearest number toward zero with `n` significant figures. +- [`truncsd( x, n, b )`][@stdlib/math/base/special/truncsd]: round a numeric value to the nearest number toward zero with `n` significant figures.