MAINSAIL Language Manual, Section 40.15

previous   next   top   contents   index   framed top   this page unframed


40.15. ln

Figure 40–12. ln (GENERIC)
REAL
PROCEDURE   ln          (REAL x);

LONG REAL
PROCEDURE   ln          (LONG REAL x);

ln returns the logarithm base e of x, where e is the base of the natural logarithms.

It is an error if x is less than or equal to zero.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 40.15