Пример #1
0
 public Tensor Atan2(Tensor lhs, Tensor rhs)
 {
     return(Out(TOps.Atan2(In(lhs), In(rhs))));
 }