Skip to content

Commit f9b2640

Browse files
authored
Update src/stdlib_math.fypp
1 parent 6e45165 commit f9b2640

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/stdlib_math.fypp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ module stdlib_math
5757

5858
! Add support for integer linspace
5959
!!
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)`.
6661
#:for k1, t1 in INT_KINDS_TYPES
6762
#:set RName = rname("linspace_default", 1, t1, k1)
6863
#! The interface for INT_KINDS_TYPES cannot be combined with RC_KINDS_TYPES

0 commit comments

Comments
 (0)