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 c7d31e0 commit db1288cCopy full SHA for db1288c
crates/rmg-core/tests/mat4_mul_tests.rs
@@ -55,7 +55,11 @@ fn rotations_do_not_produce_negative_zero() {
55
Mat4::rotation_z(a),
56
] {
57
for &e in m.to_array().iter() {
58
- assert_ne!(e.to_bits(), neg_zero, "found -0.0 in rotation matrix for angle {a}");
+ assert_ne!(
59
+ e.to_bits(),
60
+ neg_zero,
61
+ "found -0.0 in rotation matrix for angle {a}"
62
+ );
63
}
64
65
0 commit comments