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 9aafd79 commit ea972a9Copy full SHA for ea972a9
lib/node_modules/@stdlib/blas/base/sasum-wasm/docs/repl.txt
@@ -347,7 +347,7 @@
347
Int32Array before passing the values to this method.
348
349
If provided an array having an unknown or "generic" data type, elements are
350
- written as single-precision floating-point numbers.
+ written as double-precision floating-point numbers.
351
352
Parameters
353
----------
@@ -386,7 +386,7 @@
386
after reading memory values using this method.
387
388
If provided an output array having an unknown or "generic" data type,
389
- elements are read as single-precision floating-point numbers.
+ elements are read as double-precision floating-point numbers.
390
391
392
0 commit comments