Tan
Examples
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_tan(a)
}
#> torch_tensor
#> 0.3603
#> 5.3275
#> -0.4244
#> -2.6174
#> [ CPUFloatType{4} ]
Tan
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_tan(a)
}
#> torch_tensor
#> 0.3603
#> 5.3275
#> -0.4244
#> -2.6174
#> [ CPUFloatType{4} ]