Skip to content

Commit 9fe477b

Browse files
authored
Update doc/specs/stdlib_stats_distribution_exponential.md
1 parent ba239c6 commit 9fe477b

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
@@ -116,10 +116,7 @@ All arguments must have the same type.
116116

117117
### Return value
118118

119-
If `lambda` 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`.
120-
121-
122-
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`.
119+
The result is a scalar or an array, with a shape conformable to the arguments, and the same type as the input arguments. If non-positive `lambda` or `scale`, the result is `NaN`.
123120

124121

125122
### Example

0 commit comments

Comments
 (0)