using System; using Science.Mathematics; using L=Science.Mathematics.SpecialFunction; namespace ScienceTest.MathematicsTest.SpecialFunctionTest { /// /// HypergeometricTest /// public class HypergeometricTest { public HypergeometricTest() { } private string result; public string Result { get{return result;} } public void Compute() { Complex a = new Complex(0.1,0.1); Complex b = new Complex(0.1,0.1); Complex c = new Complex(0.1,0.7); Complex z = new Complex(0.1,0.3); result += L.Hypergeometric.Hypergeometric2F1(a, b, c, z).ToString() + "\r\n"; } } } //1.00048157381017 +I 0.00971628996940349