/
Log function
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)
, multiple selections available,
Related content
Natural log function
Natural log function
More like this
Sin function
Sin function
More like this
Power of function
Power of function
More like this
Multiply function
Multiply function
More like this
Square function
Square function
More like this
Square root function
Square root function
More like this
Created in 2020 by Google Inc.