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 2461944 commit 4d11df3Copy full SHA for 4d11df3
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 587b0edbbf6c3ac587be98679c4262049aa2a305
+refs/heads/master: 1e27d1994fbf70a2cb097ac12b4601a358a8cd05
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/test/run-pass/utf8_idents.rs
@@ -1,7 +1,8 @@
fn main() {
+ let ε = 0.00001;
let Π = 3.14;
let लंच = Π * Π + 1.54;
- assert लंच - 1.54 == Π * Π;
+ assert float::abs((लंच - 1.54) - (Π * Π)) < ε;
6
assert საჭმელად_გემრიელი_სადილი() == 0;
7
}
8
0 commit comments