From 8fb638e9b136aefdca1786a4c49f473dc3c62c4c Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Fri, 10 Jul 2026 03:15:13 +0000 Subject: [PATCH] feat: update `math/base/special` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- .../@stdlib/math/base/special/docs/types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e4bea751f6f3..de091e0f9c44 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 @@ -6043,8 +6043,8 @@ interface Namespace { * @param x - function input * @param a - function parameter * @param b - function parameter - * @param invert - boolean indicating if the function should return the upper tail of the incomplete beta function instead - * @param normalized - boolean indicating if the function should evaluate the regularized boolean beta function + * @param regularized - boolean indicating if the function should evaluate the regularized incomplete beta function + * @param upper - boolean indicating if the function should return the upper tail of the incomplete beta function instead * @returns function value and first derivative * * @example