We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4298807 commit 1f40ba2Copy full SHA for 1f40ba2
src/tests/stats/test_distribution_exponential.f90
@@ -2,7 +2,7 @@ program test_distribution_expon
2
use stdlib_kinds
3
use stdlib_error, only : check
4
use stdlib_stats_distribution_PRNG, only : random_seed
5
- use stdlib_stats_distribution_expon, only : &
+ use stdlib_stats_distribution_exponential, only : &
6
expon_rvs => exponential_distribution_rvs, &
7
expon_pdf => exponential_distribution_pdf, &
8
expon_cdf => exponential_distribution_cdf
0 commit comments