|
|
@ -5,7 +5,7 @@ namespace MathNet.Numerics.UnitTests.SpecialFunctionsTests |
|
|
using NUnit.Framework; |
|
|
using NUnit.Framework; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Factorial tests.
|
|
|
/// Exponential Integral tests.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[TestFixture, Category("Distributions")] |
|
|
[TestFixture, Category("Distributions")] |
|
|
public class ExponentialIntegralTests |
|
|
public class ExponentialIntegralTests |
|
|
|