From 52b83e88470c62c9a4baa0e77959c36a4784ffc3 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Tue, 17 Nov 2009 19:42:54 +0000 Subject: [PATCH] Added a notice that the link the code was base on appears to be dead git-svn-id: file:///srv/devel/repo-conversion/nusu@185 d2e56fa2-650e-0410-a79f-9358c0239efd --- Source/FloatHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/FloatHelper.cs b/Source/FloatHelper.cs index a51aeb0..0f47042 100644 --- a/Source/FloatHelper.cs +++ b/Source/FloatHelper.cs @@ -109,7 +109,7 @@ namespace Nuclex.Support { /// being equal. /// /// - /// Implementation partially follows the code outlined here: + /// Implementation partially follows the code outlined here (link now defunct): /// http://www.anttirt.net/2007/08/19/proper-floating-point-comparisons/ /// ///