Method: Polars::Expr#arccos
- Defined in:
- lib/polars/expr.rb
permalink #arccos ⇒ Expr
Compute the element-wise value for the inverse cosine.
6227 6228 6229 |
# File 'lib/polars/expr.rb', line 6227 def arccos _from_rbexpr(_rbexpr.arccos) end |