Skip to content

Commit 6167af7

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

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
@@ -183,7 +183,7 @@ Function.
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)`.
185185
`n`: Shall be an integer specifying the length of the output. This argument is `optional` and `intent(in)`.
186-
`base` : Shall be a scalar of any numeric type. This argument is `intent(in)`
186+
`base` : Shall be a scalar of any numeric type. This argument is `optional` and `intent(in)`
187187

188188
#### Output value or Result value
189189

0 commit comments

Comments
 (0)