log: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
[[Category:Scripting Commands ArmA|L]]
[[Category:Scripting Commands ArmA|L]]


back to [[Scripting_Reference#L|COMREF]]


<h2 style="color:#000066"> '''log ''x'''''</h2>
<h2 style="color:#000066"> '''log ''x'''''</h2>

Revision as of 13:37, 23 April 2006


log x


Operand types:

x: Number

Type of returned value:

Number

Description:

Base-10 logarithm of x.


Example:

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