Skip to content

Commit a994abb

Browse files
Update probability/exponential_dist.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 2757f94 commit a994abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probability/exponential_dist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @brief [Exponential Distribution] (https://en.wikipedia.org/wiki/Exponential_distribution)
3+
* @brief [Exponential Distribution](https://en.wikipedia.org/wiki/Exponential_distribution)
44
*
55
* The exponential distribution is used to model
66
* events occuring between a Poisson process like radioactive decay.

0 commit comments

Comments
 (0)