For the complete documentation index, see llms.txt. This page is also available as Markdown.

LOG

Logarithm function

LOG(number, base)

Returns the logarithm of a number for a specified base

Arguments

Argument

Description

number

Number to calculate logarithm of

base

Base value for logarithm calculation

Output

The logarithm of a number

Example

Last updated

Was this helpful?