Skip to content

Commit a53a8a6

Browse files
jorenhamCopilot
andauthored
typo fix
Co-authored-by: Copilot <[email protected]>
1 parent e62d3a6 commit a53a8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/special_functions/gamma.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ mod tests {
189189
assert_relative_eq!(gamma1pm1(0.0), 0.0, epsilon = RTOL);
190190
assert_relative_eq!(gamma1pm1(1.0), 0.0, epsilon = RTOL);
191191
assert_relative_eq!(gamma1pm1(2.0), 1.0, epsilon = RTOL);
192-
// results from Wolphram Alpha
192+
// results from Wolfram Alpha
193193
assert_abs_diff_eq!(
194194
gamma1pm1(-1e-14),
195195
5.772_156_649_015_427_5e-15,

0 commit comments

Comments
 (0)