Skip to content

Commit b32a260

Browse files
authored
Update specs to reflect the change
1 parent d3ed5bf commit b32a260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/specs/stdlib_stats_distribution_normal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ Note: the algorithm used for generating normal random variates is fundamentally
3030

3131
### Class
3232

33-
Function
33+
Elemental function (passing both loc and scale).
3434

3535
### Arguments
3636

37-
`array_size`: optional argument has `intent(in)` and is a scalar of type `integer`.
38-
3937
`loc`: optional argument has `intent(in)` and is a scalar of type `real` or `complex`.
4038

4139
`scale`: optional argument has `intent(in)` and is a scalar of type `real` or `complex`.
4240

41+
`array_size`: optional argument has `intent(in)` and is a scalar of type `integer`.
42+
4343
`loc` and `scale` arguments must be of the same type.
4444

4545
### Return value

0 commit comments

Comments
 (0)