MAINSAIL Language Manual, Section 40.19

previous   next   top   contents   index   framed top   this page unframed


40.19. log

Figure 40–18. log (GENERIC)
REAL
PROCEDURE   log         (REAL x);

LONG REAL
PROCEDURE   log         (LONG REAL x);

log returns the logarithm base ten of x.

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.19