From 1ad4a09c26119610e260103724e6644c03af8b4d Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Thu, 13 Jun 2024 21:23:38 +0000 Subject: [PATCH] feat: update namespace TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- .../@stdlib/math/base/special/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts index 1d3b8b554da1..3871381da39f 100644 --- a/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts @@ -2936,7 +2936,7 @@ interface Namespace { * * @example * var v = ns.csc( 3.141592653589793/2.0 ); - * // returns ~1.0 + * // returns 1.0 * * @example * var v = ns.csc( -3.141592653589793/6.0 );