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 d50be97 commit f2323a6Copy full SHA for f2323a6
lib/node_modules/@stdlib/blas/base/sdot-wasm/docs/repl.txt
@@ -376,7 +376,7 @@
376
Int32Array before passing the values to this method.
377
378
If provided an array having an unknown or "generic" data type, elements are
379
- written as single-precision floating-point numbers.
+ written as double-precision floating-point numbers.
380
381
Parameters
382
----------
@@ -415,7 +415,7 @@
415
after reading memory values using this method.
416
417
If provided an output array having an unknown or "generic" data type,
418
- elements are read as single-precision floating-point numbers.
+ elements are read as double-precision floating-point numbers.
419
420
421
0 commit comments