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 d3ed5bf commit b32a260Copy full SHA for b32a260
doc/specs/stdlib_stats_distribution_normal.md
@@ -30,16 +30,16 @@ Note: the algorithm used for generating normal random variates is fundamentally
30
31
### Class
32
33
-Function
+Elemental function (passing both loc and scale).
34
35
### Arguments
36
37
-`array_size`: optional argument has `intent(in)` and is a scalar of type `integer`.
38
-
39
`loc`: optional argument has `intent(in)` and is a scalar of type `real` or `complex`.
40
41
`scale`: optional argument has `intent(in)` and is a scalar of type `real` or `complex`.
42
+`array_size`: optional argument has `intent(in)` and is a scalar of type `integer`.
+
43
`loc` and `scale` arguments must be of the same type.
44
45
### Return value
0 commit comments