Atan
Examples
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_atan(a)
}
#> torch_tensor
#> -0.1012
#> -0.9857
#> 0.4854
#> -0.6241
#> [ CPUFloatType{4} ]
Atan
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_atan(a)
}
#> torch_tensor
#> -0.1012
#> -0.9857
#> 0.4854
#> -0.6241
#> [ CPUFloatType{4} ]