Compute the base-10 logarithm of elements
Description
Compute the base-10 logarithm of elements
Usage
<Expr>$log10()
Value
Expr
Examples
#> shape: (4, 2)
#> ┌──────────┬──────────┐
#> │ a ┆ log10 │
#> │ --- ┆ --- │
#> │ f64 ┆ f64 │
#> ╞══════════╪══════════╡
#> │ 1.0 ┆ 0.0 │
#> │ 2.0 ┆ 0.30103 │
#> │ 3.0 ┆ 0.477121 │
#> │ 2.718282 ┆ 0.434294 │
#> └──────────┴──────────┘