コード例 #1
0
 public static double SphereToCyl(double x)
 {
     return(DonHatch.atanh(Math.Sin(x)));
 }