Skip to content

Commit

Permalink
Merge pull request #276 from jturner314-nrl/fix-erfc-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jan 31, 2023
2 parents dc82800 + 7e93ce9 commit a74bd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/math/erf.rs
Expand Up @@ -263,7 +263,7 @@ pub fn erf(x: f64) -> f64 {
}
}

/// Error function (f64)
/// Complementary error function (f64)
///
/// Calculates the complementary probability.
/// Is `1 - erf(x)`. Is computed directly, so that you can use it to avoid
Expand Down
2 changes: 1 addition & 1 deletion src/math/erff.rs
Expand Up @@ -174,7 +174,7 @@ pub fn erff(x: f32) -> f32 {
}
}

/// Error function (f32)
/// Complementary error function (f32)
///
/// Calculates the complementary probability.
/// Is `1 - erf(x)`. Is computed directly, so that you can use it to avoid
Expand Down

0 comments on commit a74bd60

Please sign in to comment.