Exemple #1
0
 public INumber Acos(INumber number)
 {
     return(CheckNice(UnderlyingHandler.Acos(CheckNice(number))));
 }
Exemple #2
0
 public INDArray Acos(INDArray array)
 {
     return(CheckNice(UnderlyingHandler.Acos(CheckNice(array))));
 }