The LOG function takes twoarguments,numberandbase.
The value provided fornumbershould be a positive real number.
Thebaseargument represents the base of the logarithm.Baseis optional and defaults to 10 if not provided.
For example, LOG10(100) returns 2, and LOG10(1000) returns 3.