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 3b62495 commit 316e349Copy full SHA for 316e349
src/stdlib_math.fypp
@@ -32,7 +32,7 @@ module stdlib_math
32
!! Create rank 1 array of linearly spaced elements
33
!! If the number of elements is not specified, create an array with size 100. If n is a negative value,
34
!! return an array with size 0. If n = 1, return an array whose only element is end
35
- !!([Specification](../page/specs/stdlib_math.html#description))
+ !!([Specification](../page/specs/stdlib_math.html#linspace-create-a-linearly-spaced-rank-one-array))
36
#:for k1, t1 in RC_KINDS_TYPES
37
#:set RName = rname("linspace_default", 1, t1, k1)
38
module function ${RName}$(start, end) result(res)
0 commit comments