File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,7 @@ module stdlib_math
57
57
58
58
! Add support for integer linspace
59
59
!!
60
- !! Create rank 1 array of linearly spaced elements from start to end.
61
- !! If the number of elements is not specified, create an array with size 100. If n is a negative value,
62
- !! 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`
63
- !! parameters, the return type is always a `real(dp)`.
64
- !!
65
- !!([Specification](../page/specs/stdlib_math.html#linspace-create-a-linearly-spaced-rank-one-array))
60
+ !! When dealing with integers as the `start` and `end` parameters, the return type is always a `real(dp)`.
66
61
#:for k1, t1 in INT_KINDS_TYPES
67
62
#:set RName = rname("linspace_default", 1, t1, k1)
68
63
#! The interface for INT_KINDS_TYPES cannot be combined with RC_KINDS_TYPES
You can’t perform that action at this time.
0 commit comments