Example #1
0
 public static Complex32 Cos(Complex32 input)
 {
     return(Complex32.Cos(input));
 }