Beispiel #1
0
 public Tensor Atan(Tensor x)
 {
     return(Out(C.Atan(In(x))));
 }