about summary refs log tree commit diff
path: root/src/libcore/num
diff options
context:
space:
mode:
authorOhad Ravid <ohad.rv@gmail.com>2019-12-11 14:50:19 +0100
committerOhad Ravid <ohad.rv@gmail.com>2019-12-24 10:10:36 +0100
commit811bdeee002827fbc950ac52a6175e933567823c (patch)
tree3c4bcf2e2329d30c9f95fda4db87d19ffb0b626e /src/libcore/num
parent625375400cdd172877e81c3ce44ce68f2011af2d (diff)
downloadrust-811bdeee002827fbc950ac52a6175e933567823c.tar.gz
rust-811bdeee002827fbc950ac52a6175e933567823c.zip
Show value for consts in the documentation
Diffstat (limited to 'src/libcore/num')
-rw-r--r--src/libcore/num/f32.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/f32.rs b/src/libcore/num/f32.rs
index e1e6c57a0fb..fd7b7cf0b34 100644
--- a/src/libcore/num/f32.rs
+++ b/src/libcore/num/f32.rs
@@ -30,7 +30,7 @@ pub const DIGITS: u32 = 6;
 ///
 /// [Machine epsilon]: https://en.wikipedia.org/wiki/Machine_epsilon
 #[stable(feature = "rust1", since = "1.0.0")]
-pub const EPSILON: f32 = 1.19209290e-07_f32;
+pub const EPSILON: f32 = 1.1920929e-7_f32;
 
 /// Smallest finite `f32` value.
 #[stable(feature = "rust1", since = "1.0.0")]