From 7dab1fc3131ca895690b7c996b0161744f8a08fd Mon Sep 17 00:00:00 2001 From: Utshav Khatiwada Date: Wed, 3 Dec 2025 11:01:44 -0500 Subject: [PATCH 1/3] Changed -6.0 from -6 --- .../@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts index c726a965d1a4..5cc5bae93a5e 100644 --- a/lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts @@ -434,7 +434,7 @@ interface Routine extends ModuleWrapper { * mod.read( cyptr, viewY ); * * console.log( reinterpretComplex64( viewY, 0 ) ); - * // => [ ~-0.6, ~-1.2, ~-1.8, ~-2.4, -3.0, ~-3.6, ~-4.2, ~-4.8, ~-5.4, -6 ] + * // => [ ~-0.6, ~-1.2, ~-1.8, ~-2.4, -3.0, ~-3.6, ~-4.2, ~-4.8, ~-5.4, -6.0 ] * * console.log( reinterpretComplex64( viewX, 0 ) ); * // => [ ~0.8, ~1.6, ~2.4, ~3.2, 4.0, ~4.8, ~5.6, ~6.4, ~7.2, 8 ] From da15847a06c6cb630777c5b7c45b2c861b359b8c Mon Sep 17 00:00:00 2001 From: Utshav Khatiwada Date: Wed, 3 Dec 2025 11:02:20 -0500 Subject: [PATCH 2/3] Changed 8.0 from 8 --- .../@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts index 5cc5bae93a5e..11fc65f68c86 100644 --- a/lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts @@ -437,7 +437,7 @@ interface Routine extends ModuleWrapper { * // => [ ~-0.6, ~-1.2, ~-1.8, ~-2.4, -3.0, ~-3.6, ~-4.2, ~-4.8, ~-5.4, -6.0 ] * * console.log( reinterpretComplex64( viewX, 0 ) ); - * // => [ ~0.8, ~1.6, ~2.4, ~3.2, 4.0, ~4.8, ~5.6, ~6.4, ~7.2, 8 ] + * // => [ ~0.8, ~1.6, ~2.4, ~3.2, 4.0, ~4.8, ~5.6, ~6.4, ~7.2, 8.0 ] */ Module: ModuleConstructor; } From 6d7813317b77b1e4e748f183436a2aac977f1521 Mon Sep 17 00:00:00 2001 From: Utshav Khatiwada Date: Wed, 3 Dec 2025 11:04:02 -0500 Subject: [PATCH 3/3] Changed 8.0 from 8 --- .../@stdlib/blas/base/wasm/zdrot/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/blas/base/wasm/zdrot/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/base/wasm/zdrot/docs/types/index.d.ts index bcc0cecb9ed1..41913794f195 100644 --- a/lib/node_modules/@stdlib/blas/base/wasm/zdrot/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/base/wasm/zdrot/docs/types/index.d.ts @@ -436,7 +436,7 @@ interface Routine extends ModuleWrapper { * console.log( reinterpretComplex128( viewY, 0 ) ); * // => [ -0.6, -1.2, ~-1.8, -2.4, -3.0, ~-3.6, -4.2, -4.8, ~-5.4, -6.0 ] * console.log( reinterpretComplex128( viewX, 0 ) ); - * // => [ 0.8, 1.6, ~2.4, 3.2, 4.0, ~4.8, ~5.6, 6.4, 7.2, 8 ] + * // => [ 0.8, 1.6, ~2.4, 3.2, 4.0, ~4.8, ~5.6, 6.4, 7.2, 8.0 ] */ Module: ModuleConstructor; }