Skip to content

Commit 3ae8b58

Browse files
authored
Update doc/specs/stdlib_stats_distribution_exponential.md
1 parent 3c5114b commit 3ae8b58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/specs/stdlib_stats_distribution_exponential.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@ All arguments must have the same type.
171171

172172
### Return value
173173

174-
If `lamba` is passed, the result is a scalar or an array, with a shape conformable to the arguments, and the same type as the input arguments. If `lambda` is non-positive, the result is `NaN`.
175-
176-
177-
If `loc` and `scale` are passed, the result is a scalar or an array, with a shape conformable to the arguments, and the same type as the input arguments. If `scale` is non-positive, the result is `NaN`.
174+
The result is a scalar or an array, with a shape conformable to the arguments, and the same type as the input arguments. With non-positive `lambda` or `scale`, the result is `NaN`.
178175

179176
### Example
180177

0 commit comments

Comments
 (0)