Browse Source

Added Boost license reference.

Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
pull/36/head
Jurgen Van Gael 17 years ago
committed by Christoph Ruegg
parent
commit
fecaed0fdd
  1. 10
      src/Managed/SpecialFunctions/Erf.cs

10
src/Managed/SpecialFunctions/Erf.cs

@ -26,6 +26,16 @@
// OTHER DEALINGS IN THE SOFTWARE.
// </copyright>
// 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;

Loading…
Cancel
Save