Beispiel #1
0
 public static Complex Atan(Complex value)
 {
     return(Trig.Atan(value));
 }