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;