Skip to content

Commit af8e238

Browse files
committed
chore: docstring math should text instead of ignore
1 parent e8e9c61 commit af8e238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/distribution/exponential.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl ContinuousCDF<f64, f64> for Exp {
114114
///
115115
/// # Formula
116116
///
117-
/// ```ignore
117+
/// ```text
118118
/// -ln(1 - p) / λ
119119
/// ```
120120
///

src/distribution/log_normal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl ContinuousCDF<f64, f64> for LogNormal {
123123
///
124124
/// # Formula
125125
///
126-
/// ```ignore
126+
/// ```text
127127
/// μ - σ * sqrt(2) * erfc_inv(2p)
128128
/// ```
129129
///

0 commit comments

Comments
 (0)