logN Function

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

Retrieves the natural logarithm of the specified real number.

real logN(real arg)

Parameters

Parameter

Description

arg

The number for which to calculate the natural logarithm.

Return Value

The natural logarithm of the specified number.

Remarks

  • logN(45); //Returns the value 3.81.

See also

log10 Function

exp Function

exp10 Function

Announcements: To see known issues and recent fixes, use Issue search in Microsoft Dynamics Lifecycle Services (LCS).