Skip to content

Commit

Permalink
math: sqrt: test: switch literal to constant
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Dec 18, 2023
1 parent 39266ad commit f2024db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/sqrt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ mod tests {
INFINITY,
];
let results = [
4610661241675116657u64,
4610661241675116394u64,
4636737291354636288u64,
2197470602079456986u64,
9218868437227405312u64,
Expand Down

0 comments on commit f2024db

Please sign in to comment.