Natural log function
Returns the natural logarithm of each value in a column.
Namespaces
math
Input
Non-decimal numeric values
Output
Double values
Syntax
set-column :column math:log(column)
Example
Returns the natural logarithm of each value in the test
column.
set-column :test math:log(test)
Created in 2020 by Google Inc.