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