Equinox Online Help - Language Reference - A to Z

Home

LogN

Applies to
SyntaxLogN (NumberExpression)
Action[Function] Returns the natural logarithm.
ScopeUsable anywhere.
Notes

This function returns the natural logarithm of NumberExpression.

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

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

n = LogN(NumberField)