From 6d8932a1797f169c6a5daf322527e21c7d8d5160 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:15:39 +0000 Subject: [PATCH] feat: update `fft/base/fftpack` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/fft/base/fftpack/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/fft/base/fftpack/docs/types/index.d.ts b/lib/node_modules/@stdlib/fft/base/fftpack/docs/types/index.d.ts index 489f138b7da4..02f93f45cd7c 100644 --- a/lib/node_modules/@stdlib/fft/base/fftpack/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/fft/base/fftpack/docs/types/index.d.ts @@ -149,7 +149,7 @@ interface Namespace { * // returns true * * var twiddleFactors = workspace.slice( N, 2*N ); - * // returns [ 0, ~0.707, ~0.707, 0, 0, 0, 0, 0 ] + * // returns [ ~0.707, ~0.707, 0, 0, 0, 0, 0, 0 ] * * var factors = workspace.slice( 2*N, ( 2*N ) + 4 ); * // returns [ 8, 2, 2, 4 ]