Skip to content

Commit 4799aae

Browse files
committed
Add logspace spec links
1 parent 482791b commit 4799aae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/stdlib_math.fypp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module stdlib_math
6262
!! return an array with size 0. If n = 1, return end. When dealing with integers as the `start` and `end`
6363
!! parameters, the return type is always a double precision real.
6464
!!
65-
!!([Specification](../page/specs/stdlib_math.html#description))
65+
!!([Specification](../page/specs/stdlib_math.html#linspace))
6666
#:for k1, t1 in INT_KINDS_TYPES
6767
#:set RName = rname("linspace_default", 1, t1, k1)
6868
#! The interface for INT_KINDS_TYPES cannot be combined with RC_KINDS_TYPES
@@ -95,6 +95,8 @@ module stdlib_math
9595
!! If the number of elements is not specified, create an array with size 50. If n is a negative value,
9696
!! return an array with size 0. If n = 1, return base**end. If no base is specified, logspace will default to using a base of
9797
!! 10
98+
!!
99+
!!([Specification](../page/specs/stdlib_math.html#logspace))
98100
#!=========================================================
99101
#!= logspace(start, end) =
100102
#!=========================================================

0 commit comments

Comments
 (0)