Skip to content

Commit 17c81f8

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

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
@@ -123,7 +123,7 @@ If `n` == 1, return a rank 1 array whose only element is `end`.
123123
If `n` <= 0, return a rank 1 array with length 0.
124124

125125
If `start`/`end` are `real` or `complex` types, the `result` will be of the same type and kind as `start`/`end`.
126-
If `start`/`end` are integer types, the `result` will default to a double precision real array.
126+
If `start`/`end` are `integer` types, the `result` will default to a `real(dp)` array.
127127

128128
#### Examples
129129

0 commit comments

Comments
 (0)