File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 #!=========================================================
You can’t perform that action at this time.
0 commit comments