Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > L

LOG10

Scroll Prev Top Next More

(LOG10(arg))

 

Returns log base 10 of arg. Arg must be a positive value and have a DOUBLE, REAL, NUMERIC, or INTEGER data type.

 

In the following example, the value of vlog2 is 2.

 

SET VAR vlog2 = (LOG10(100))