log: Difference between revisions

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

Revision as of 21:51, 1 June 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