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 905dc28 commit 4780d27Copy full SHA for 4780d27
src/stdlib_math.fypp
@@ -63,7 +63,7 @@ module stdlib_math
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 `real(dp)`.
65
!!
66
- !!([Specification](../page/specs/stdlib_math.html#linspace))
+ !!([Specification](../page/specs/stdlib_math.html#linspace-create-a-linearly-spaced-rank-one-array))
67
#:for k1, t1 in INT_KINDS_TYPES
68
#:set RName = rname("linspace_default", 1, t1, k1)
69
#! The interface for INT_KINDS_TYPES cannot be combined with RC_KINDS_TYPES
0 commit comments