Skip to content

Commit

Permalink
Update specs to reflect the change
Browse files Browse the repository at this point in the history
  • Loading branch information
14NGiestas authored Jul 1, 2022
1 parent d3ed5bf commit b32a260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/specs/stdlib_stats_distribution_normal.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ Note: the algorithm used for generating normal random variates is fundamentally

### Class

Function
Elemental function (passing both loc and scale).

### Arguments

`array_size`: optional argument has `intent(in)` and is a scalar of type `integer`.

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

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

`array_size`: optional argument has `intent(in)` and is a scalar of type `integer`.

`loc` and `scale` arguments must be of the same type.

### Return value
Expand Down

0 comments on commit b32a260

Please sign in to comment.