Skip to content

Commit

Permalink
chore: docstring math should text instead of ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungOnion committed Jun 8, 2024
1 parent e8e9c61 commit af8e238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/distribution/exponential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl ContinuousCDF<f64, f64> for Exp {
///
/// # Formula
///
/// ```ignore
/// ```text
/// -ln(1 - p) / λ
/// ```
///
Expand Down
2 changes: 1 addition & 1 deletion src/distribution/log_normal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl ContinuousCDF<f64, f64> for LogNormal {
///
/// # Formula
///
/// ```ignore
/// ```text
/// μ - σ * sqrt(2) * erfc_inv(2p)
/// ```
///
Expand Down

0 comments on commit af8e238

Please sign in to comment.