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