Method: Polars::Expr#sinh
- Defined in:
- lib/polars/expr.rb
permalink #sinh ⇒ Expr
Compute the element-wise value for the hyperbolic sine.
6267 6268 6269 |
# File 'lib/polars/expr.rb', line 6267 def sinh _from_rbexpr(_rbexpr.sinh) end |