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 347890a commit 6167af7Copy full SHA for 6167af7
doc/specs/stdlib_math.md
@@ -183,7 +183,7 @@ Function.
183
`start`: Shall be a scalar of any numeric type. This argument is `intent(in)`.
184
`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 `optional` and `intent(in)`.
186
-`base` : Shall be a scalar of any numeric type. This argument is `intent(in)`
+`base` : Shall be a scalar of any numeric type. This argument is `optional` and `intent(in)`
187
188
#### Output value or Result value
189
0 commit comments