Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions > Log

Log

Calculates the base 10 logarithm of a number.

Syntax

Log(Number)

Number:

Any number.

Return Value

The base 10 logarithm of Number.

Related Functions

Ln

Example

Variable=Log(100);
! Sets Variable to 2 (that is 100=10 to the power of 2).

See Also

Math/Trigonometry Functions

Published June 2018