log

From Bohemia Interactive Community
Revision as of 17:56, 19 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


back to COMREF

log x


Operand types:

x: Number

Type of returned value:

Number

Description:

Base-10 logarithm of x.


Example:

_log = log 10 ..........Result is 1