Browse Source

Special Functions: declare alglib version to clarify compatible licensing

v2
Christoph Ruegg 14 years ago
parent
commit
6dbbf9e857
  1. 7
      .gitignore
  2. 2
      src/Numerics/SpecialFunctions.cs
  3. 2
      src/Numerics/SpecialFunctions/Beta.cs
  4. 2
      src/Numerics/SpecialFunctions/Gamma.cs

7
.gitignore

@ -2,10 +2,13 @@ output
bin
out
Thumbs.db
TestResult.xml
TestResults
coverage.*
Backup
_UpgradeReport*
_ReSharper*
coverage.*
TestResult.xml
UpgradeLog.htm
*.ReSharper
*.user
*.suo

2
src/Numerics/SpecialFunctions.cs

@ -30,7 +30,7 @@
// <contribution>
// Cephes Math Library, Stephen L. Moshier
// ALGLIB, Sergey Bochkanov
// ALGLIB 2.0.1, Sergey Bochkanov
// </contribution>
namespace MathNet.Numerics

2
src/Numerics/SpecialFunctions/Beta.cs

@ -30,7 +30,7 @@
// <contribution>
// Cephes Math Library, Stephen L. Moshier
// ALGLIB, Sergey Bochkanov
// ALGLIB 2.0.1, Sergey Bochkanov
// </contribution>
namespace MathNet.Numerics

2
src/Numerics/SpecialFunctions/Gamma.cs

@ -30,7 +30,7 @@
// <contribution>
// Cephes Math Library, Stephen L. Moshier
// ALGLIB, Sergey Bochkanov
// ALGLIB 2.0.1, Sergey Bochkanov
// </contribution>
namespace MathNet.Numerics

Loading…
Cancel
Save