Beispiel #1
0
 public static double Ln(this BigDouble value)
 {
     return(BigDouble.Ln(value));
 }