Method: Polars::Expr#tan
- Defined in:
- lib/polars/expr.rb
permalink #tan ⇒ Expr
Compute the element-wise value for the tangent.
6187 6188 6189 |
# File 'lib/polars/expr.rb', line 6187 def tan _from_rbexpr(_rbexpr.tan) end |
Compute the element-wise value for the tangent.
6187 6188 6189 |
# File 'lib/polars/expr.rb', line 6187 def tan _from_rbexpr(_rbexpr.tan) end |