Atan
Examples
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_atan(a)
}
#> torch_tensor
#> 0.4931
#> 0.8116
#> 1.0043
#> 0.5370
#> [ CPUFloatType{4} ]
Atan
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_atan(a)
}
#> torch_tensor
#> 0.4931
#> 0.8116
#> 1.0043
#> 0.5370
#> [ CPUFloatType{4} ]