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 ea972a9 commit f7e5311Copy full SHA for f7e5311
lib/node_modules/@stdlib/blas/base/scopy-wasm/docs/repl.txt
@@ -371,7 +371,7 @@
371
Int32Array before passing the values to this method.
372
373
If provided an array having an unknown or "generic" data type, elements are
374
- written as single-precision floating-point numbers.
+ written as double-precision floating-point numbers.
375
376
Parameters
377
----------
@@ -410,7 +410,7 @@
410
after reading memory values using this method.
411
412
If provided an output array having an unknown or "generic" data type,
413
- elements are read as single-precision floating-point numbers.
+ elements are read as double-precision floating-point numbers.
414
415
416
0 commit comments