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