Skip to content

Commit 905dc28

Browse files
ejovo13jvdp1
andauthored
Update src/stdlib_math.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent e292347 commit 905dc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_math.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module stdlib_math
6161
!! Create rank 1 array of linearly spaced elements from start to end.
6262
!! If the number of elements is not specified, create an array with size 100. If n is a negative value,
6363
!! return an array with size 0. If n = 1, return a rank 1 array whose only element is end. When dealing with integers as the `start` and `end`
64-
!! parameters, the return type is always a double precision real.
64+
!! parameters, the return type is always a `real(dp)`.
6565
!!
6666
!!([Specification](../page/specs/stdlib_math.html#linspace))
6767
#:for k1, t1 in INT_KINDS_TYPES

0 commit comments

Comments
 (0)