Example #1
0
 public void lpmvTest()
 {
     for (int i = 0; i <= 5; i++)
     {
         double a = Legendre.lpmv(5, i, Math.PI / 3);
         Console.WriteLine(a);
     }
 }