private static double Atanh(double[] args)
 {
     args.Check(1); return(HelperFunctions.Atanh(args[0]));
 }
Beispiel #2
0
 private static Complex Atanh(Complex[] args)
 {
     args.Check(1); return(HelperFunctions.Atanh(args[0]));
 }