Ejemplo n.º 1
0
 public static double Atanh(this BigDouble value)
 {
     return(BigDouble.Atanh(value));
 }