Consultando la ayuda de delphi
Cita:
|
Empezado por ayuda de delphi
Ln Function
Returns the natural log of a real expression.
Unit
System
Category
arithmetic routines
function Ln(X: Real): Real;
Description
Ln returns the natural logarithm (Ln(e) = 1) of the real-type expression X.
|