LOG

The LOG function in Shedmate returns the logarithm of a number in the specified base.

Syntax:

log(number, base)

Parameters:

number (required): The positive number for which the logarithm will be calculated.
base (optional): The base of the logarithm. If omitted, the default is 10.

Usage example:

Last updated