We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0b058 commit 2d2477cCopy full SHA for 2d2477c
lib/node_modules/@stdlib/array/linspace/docs/repl.txt
@@ -45,9 +45,11 @@
45
46
options.dtype: string (optional)
47
Output array data type. Must be a floating-point data type or 'generic'.
48
- If either `start` or `stop` is a complex number, the default output
49
- array data type is 'complex128'; otherwise, the default output array
50
- data type is 'float64'.
+ If both `start` and `stop` are the same type (either 'float64',
+ 'complex64', or 'complex128'), the default output array data type is
+ the same type as the input values (either 'float64', 'complex64', or
51
+ 'complex128', respectively). Otherwise, the default output array data
52
+ type is 'complex128'.
53
54
options.endpoint: boolean (optional)
55
Boolean indicating whether to include the `stop` value in the output
0 commit comments