Log function

Returns the logarithm of each value in a column.

Namespaces

  • math

Input

Non-decimal numeric values

Output

Double values

Syntax

set-column :column math:log10(column)

Example

Returns the logarithm of each value in the test column.

set-column :test math:log10(test)

Created in 2020 by Google Inc.