Skip to main content
Workday User Guide
Last Updated: 2023-06-23
LOG

LOG

Description

Returns the logarithm of the number to the specified base.

Syntax

LOG(
number
, [
base
])
  • number
    : The number to calculate the logarithm for.
  • base
    : The base for the result. The default is 10 (base 10).

Related Functions

E
LOG1P