Atan
Examples
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_atan(a)
}
#> torch_tensor
#> -0.3049
#> -0.3893
#> -0.9977
#> 0.3888
#> [ CPUFloatType{4} ]
Atan
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_atan(a)
}
#> torch_tensor
#> -0.3049
#> -0.3893
#> -0.9977
#> 0.3888
#> [ CPUFloatType{4} ]