Method: Polars::Expr#arcsin
- Defined in:
- lib/polars/expr.rb
#arcsin ⇒ Expr
Compute the element-wise value for the inverse sine.
6913 6914 6915 |
# File 'lib/polars/expr.rb', line 6913 def arcsin wrap_expr(_rbexpr.arcsin) end |
Compute the element-wise value for the inverse sine.
6913 6914 6915 |
# File 'lib/polars/expr.rb', line 6913 def arcsin wrap_expr(_rbexpr.arcsin) end |