Skip to content

Commit 078e5a7

Browse files
Update stdlib_stats_distribution_normal.md
1 parent 6dfe477 commit 078e5a7

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
@@ -44,7 +44,7 @@ Function
4444

4545
### Return value
4646

47-
The result is a scalar or rank one array, with a size of `array_size`, of type `real` or `complex`.
47+
The result is a scalar or rank one array, with a size of `array_size`, and as the same type of `scale` and `loc`.
4848

4949
### Example
5050

@@ -132,7 +132,7 @@ All three arguments must have the same type.
132132

133133
### Return value
134134

135-
The result is a scalar or an array, with a shape conformable to arguments, of type `real`.
135+
The result is a scalar or an array, with a shape conformable to arguments, and as the same type of input arguments.
136136

137137
### Example
138138

@@ -219,7 +219,7 @@ All three arguments must have the same type.
219219

220220
### Return value
221221

222-
The result is a scalar or an array, with a shape conformable to arguments, of type `real`.
222+
The result is a scalar or an array, with a shape conformable to arguments, as the same type of input arguments.
223223

224224
### Example
225225

0 commit comments

Comments
 (0)