Skip to content

Commit 105d92d

Browse files
ejovo13jvdp1
andauthored
Update doc/specs/stdlib_math.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 2caeab3 commit 105d92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_math.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The `type` and `kind` of the output is dependent on the `type` and `kind` of the
199199

200200
For function calls where the `base` is not specified: `logspace(start, end)`/`logspace(start, end, n)`, the `type` and `kind` of
201201
the output follows the same scheme as above for `linspace`.
202-
>If `start`/`end` are real or complex types, the `result` will be the same `type` and `kind` as `start`/`end`.
202+
>If `start`/`end` are `real` or `complex` types, the `result` will be the same type and kind as `start`/`end`.
203203
>If `start`/`end` are integer types, the `result` will default to a double precision real array.
204204
205205
For function calls where the `base` is specified, the `type` and `kind` of the result is in accordance with the following table:

0 commit comments

Comments
 (0)