Script |
| Name | Description | |
|---|---|---|
| Log(DataColumn) | Applies the natural logarithm to a data column. | |
| Log(Double) | Returns the natural (base e) logarithm of a specified number. | |
| Log(DoubleColumn) | Applies the natural logarithm to a DoubleColumn. | |
| Log(DataColumn, DataColumn) | Applies logarithm evaluation to two data columns. | |
| Log(DataColumn, Double) | Applies logarithm evaluation to a data column and a scalar. | |
| Log(Double, DataColumn) | Applies logarithm evaluation to a scalar and a data column. | |
| Log(Double, DoubleColumn) | Applies logarithm evaluation to a scalar and a DoubleColumn base. | |
| Log(Double, Double) | Returns the logarithm of a specified number in a specified base. | |
| Log(DoubleColumn, DoubleColumn) | Applies logarithm evaluation to two DoubleColumn instances. | |
| Log(DoubleColumn, Double) | Applies logarithm evaluation to a DoubleColumn and a scalar base. |