Skip to content

Commit 50a0242

Browse files
ejovo13jvdp1
andauthored
Update doc/specs/stdlib_math.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 646bee8 commit 50a0242

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
@@ -200,7 +200,7 @@ The `type` and `kind` of the output is dependent on the `type` and `kind` of the
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`.
202202
>If `start`/`end` are `real` or `complex` types, the `result` will be the same type and kind as `start`/`end`.
203-
>If `start`/`end` are integer types, the `result` will default to a double precision real array.
203+
>If `start`/`end` are integer types, the `result` will default to a `real(dp)` 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:
206206

0 commit comments

Comments
 (0)