We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e292347 commit 905dc28Copy full SHA for 905dc28
src/stdlib_math.fypp
@@ -61,7 +61,7 @@ module stdlib_math
61
!! Create rank 1 array of linearly spaced elements from start to end.
62
!! If the number of elements is not specified, create an array with size 100. If n is a negative value,
63
!! 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.
+ !! parameters, the return type is always a `real(dp)`.
65
!!
66
!!([Specification](../page/specs/stdlib_math.html#linspace))
67
#:for k1, t1 in INT_KINDS_TYPES
0 commit comments