Skip to content

Commit 2d2477c

Browse files
committed
Update docs
1 parent cd0b058 commit 2d2477c

File tree

1 file changed

+5
-3
lines changed
  • lib/node_modules/@stdlib/array/linspace/docs

1 file changed

+5
-3
lines changed

lib/node_modules/@stdlib/array/linspace/docs/repl.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@
4545

4646
options.dtype: string (optional)
4747
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'.
48+
If both `start` and `stop` are the same type (either 'float64',
49+
'complex64', or 'complex128'), the default output array data type is
50+
the same type as the input values (either 'float64', 'complex64', or
51+
'complex128', respectively). Otherwise, the default output array data
52+
type is 'complex128'.
5153

5254
options.endpoint: boolean (optional)
5355
Boolean indicating whether to include the `stop` value in the output

0 commit comments

Comments
 (0)