Skip to content

Commit 347890a

Browse files
ejovo13jvdp1
andauthored
Update doc/specs/stdlib_math.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent ad1f2ed commit 347890a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_math.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Function.
182182

183183
`start`: Shall be a scalar of any numeric type. This argument is `intent(in)`.
184184
`end`: Shall be the same `type` and `kind` as `start`. This argument is `intent(in)`.
185-
`n`: Shall be an integer specifying the length of the output. This argument is `intent(in)`.
185+
`n`: Shall be an integer specifying the length of the output. This argument is `optional` and `intent(in)`.
186186
`base` : Shall be a scalar of any numeric type. This argument is `intent(in)`
187187

188188
#### Output value or Result value

0 commit comments

Comments
 (0)