Skip to content

Commit 7dab1fc

Browse files
Utshav KhatiwadaUtshav Khatiwada
authored andcommitted
Changed -6.0 from -6
1 parent 6838830 commit 7dab1fc

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/csrot/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ interface Routine extends ModuleWrapper {
434434
* mod.read( cyptr, viewY );
435435
*
436436
* console.log( reinterpretComplex64( viewY, 0 ) );
437-
* // => <Float32Array>[ ~-0.6, ~-1.2, ~-1.8, ~-2.4, -3.0, ~-3.6, ~-4.2, ~-4.8, ~-5.4, -6 ]
437+
* // => <Float32Array>[ ~-0.6, ~-1.2, ~-1.8, ~-2.4, -3.0, ~-3.6, ~-4.2, ~-4.8, ~-5.4, -6.0 ]
438438
*
439439
* console.log( reinterpretComplex64( viewX, 0 ) );
440440
* // => <Float32Array>[ ~0.8, ~1.6, ~2.4, ~3.2, 4.0, ~4.8, ~5.6, ~6.4, ~7.2, 8 ]

0 commit comments

Comments
 (0)