diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/gtest/internal/gtest-internal.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h index 6e3dd66b..4e57d3ca 100644 --- a/include/gtest/internal/gtest-internal.h +++ b/include/gtest/internal/gtest-internal.h @@ -292,7 +292,7 @@ class FloatingPoint {    // bits.  Therefore, 4 should be enough for ordinary use.    //    // See the following article for more details on ULP: -  // http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm. +  // http://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/    static const size_t kMaxUlps = 4;    // Constructs a FloatingPoint from a raw floating-point number.  | 
