Method: Polars::Expr#log10
- Defined in:
- lib/polars/expr.rb
permalink #log10 ⇒ Expr
Compute the base 10 logarithm of the input array, element-wise.
267 268 269 |
# File 'lib/polars/expr.rb', line 267 def log10 log(10) end |
Compute the base 10 logarithm of the input array, element-wise.
267 268 269 |
# File 'lib/polars/expr.rb', line 267 def log10 log(10) end |