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 6167af7 commit 3b62495Copy full SHA for 3b62495
doc/specs/stdlib_math.md
@@ -113,7 +113,7 @@ Function.
113
114
`start`: Shall be scalar of any numeric type. This argument is `intent(in)`.
115
`end`: Shall be the same `type` and `kind` as `start`. This argument is `intent(in)`.
116
-`n`: Shall be an integer specifying the length of the output. This argument is `intent(in)`.
+`n`: Shall be an integer specifying the length of the output. This argument is `optional` and `intent(in)`.
117
118
#### Output value or Result value
119
0 commit comments