Esempio n. 1
0
 public double FIndNthRootTest(double input, int degree, double precision = 0.000001)
 {
     return(SecondDay.FindNthRoot(input, (UInt32)degree, precision));
 }