Fixes an out-dated URL.
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user