log: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|L]]
[[Category:Scripting Commands|LOG]]
[[Category:Scripting Commands OFP 1.97|L]]
[[Category:Scripting Commands OFP 1.97|LOG]]
[[Category:Scripting Commands OFP 1.46|L]]
[[Category:Scripting Commands OFP 1.46|LOG]]
[[Category:Scripting Commands ArmA|L]]
[[Category:Scripting Commands ArmA|LOG]]





Revision as of 15:30, 4 May 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