Method: Polars::Expr#sqrt
- Defined in:
- lib/polars/expr.rb
#sqrt ⇒ Expr
Compute the square root of the elements.
245 246 247 |
# File 'lib/polars/expr.rb', line 245 def sqrt self**0.5 end |
Compute the square root of the elements.
245 246 247 |
# File 'lib/polars/expr.rb', line 245 def sqrt self**0.5 end |