math log for math> math log {flags} (base)
base: Base for which the logarithm should be computed| input | output | 
|---|---|
| list<number> | list<number> | 
| number | number | 
Get the logarithm of 100 to the base 10
>100|math log10
2
Get the log2 of a list of values
> [1684] |math log2
╭───┬──────╮
│0│4.00│
│1│3.00│
│2│2.00│
╰───┴──────╯
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/math_log.html