Asin
Examples
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_asin(a)
}
#> torch_tensor
#> nan
#> -0.2009
#> 1.3262
#> 0.3152
#> [ CPUFloatType{4} ]
Asin
if (torch_is_installed()) {
a = torch_randn(c(4))
a
torch_asin(a)
}
#> torch_tensor
#> nan
#> -0.2009
#> 1.3262
#> 0.3152
#> [ CPUFloatType{4} ]