예제 #1
0
 public Tensor Cosh(Tensor x)
 {
     return(Out(C.Cosh(In(x))));
 }