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