Equinox Online Help - Language Reference - A to Z

Home

Log

Applies to
SyntaxLog(NumberExpression)
Action[Function] Returns a base 10 logarithm.
ScopeUsable anywhere.
Notes

This function returns the base 10 logarithm of the number argument, NumberExpression.

CategoryMaths
See Also Abs, Acos, Asin, Atan, Cos, Deg, Int, Max, Min, MinMax, Rad, Rnd, RndStart, Round, Sign, Sin, Sqrt, Tan
Example

This example puts the logarithm of NumberField into a variable n.

n = Log(NumberField)