Fixes an out-dated URL.

This commit is contained in:
zhanyong.wan 2013-02-02 18:45:13 +00:00
parent d367343685
commit 65b5c22436

View File

@ -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.