Method: Polars::Expr#sin
- Defined in:
- lib/polars/expr.rb
#sin ⇒ Expr
Compute the element-wise value for the sine.
6833 6834 6835 |
# File 'lib/polars/expr.rb', line 6833 def sin wrap_expr(_rbexpr.sin) end |
Compute the element-wise value for the sine.
6833 6834 6835 |
# File 'lib/polars/expr.rb', line 6833 def sin wrap_expr(_rbexpr.sin) end |