Atan
Examples
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_atan(a)
}
#> torch_tensor
#> 0.5465
#> 0.5595
#> -0.3955
#> -0.0784
#> [ CPUFloatType{4} ]
Atan
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_atan(a)
}
#> torch_tensor
#> 0.5465
#> 0.5595
#> -0.3955
#> -0.0784
#> [ CPUFloatType{4} ]