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 e62d3a6 commit a53a8a6Copy full SHA for a53a8a6
src/math/special_functions/gamma.rs
@@ -189,7 +189,7 @@ mod tests {
189
assert_relative_eq!(gamma1pm1(0.0), 0.0, epsilon = RTOL);
190
assert_relative_eq!(gamma1pm1(1.0), 0.0, epsilon = RTOL);
191
assert_relative_eq!(gamma1pm1(2.0), 1.0, epsilon = RTOL);
192
- // results from Wolphram Alpha
+ // results from Wolfram Alpha
193
assert_abs_diff_eq!(
194
gamma1pm1(-1e-14),
195
5.772_156_649_015_427_5e-15,
0 commit comments