We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e5311 commit d50be97Copy full SHA for d50be97
lib/node_modules/@stdlib/blas/base/snrm2-wasm/docs/repl.txt
@@ -349,7 +349,7 @@
349
Int32Array before passing the values to this method.
350
351
If provided an array having an unknown or "generic" data type, elements are
352
- written as single-precision floating-point numbers.
+ written as double-precision floating-point numbers.
353
354
Parameters
355
----------
@@ -388,7 +388,7 @@
388
after reading memory values using this method.
389
390
If provided an output array having an unknown or "generic" data type,
391
- elements are read as single-precision floating-point numbers.
+ elements are read as double-precision floating-point numbers.
392
393
394
0 commit comments