Base Scripting Language GuidePascal-Library Custom Scripting FunctionsLnOn this pageLnReturns the natural log of a real expression. Structure Ln(X: Real): Real; Parameters Return value Description Ln returns the natural logarithm (Ln(e) = 1) of the real-type expression X.