From fecaed0fddf4d70e70fda675abbd542e02cf429c Mon Sep 17 00:00:00 2001 From: Jurgen Van Gael Date: Tue, 21 Jul 2009 04:31:35 +0800 Subject: [PATCH] Added Boost license reference. Signed-off-by: Christoph Ruegg --- src/Managed/SpecialFunctions/Erf.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Managed/SpecialFunctions/Erf.cs b/src/Managed/SpecialFunctions/Erf.cs index 83e42627..3b0c70e0 100644 --- a/src/Managed/SpecialFunctions/Erf.cs +++ b/src/Managed/SpecialFunctions/Erf.cs @@ -26,6 +26,16 @@ // OTHER DEALINGS IN THE SOFTWARE. // +// This file uses code from the Boost Project. +// (C) Copyright John Maddock 2006. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt) +// +// In particular the following functions are based on Boost: +// * double ErfImp(double z, bool invert) +// * double ErfInvImpl(double p, double q, double s) +// + namespace MathNet.Numerics { using System;