ln: 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|LN]]
[[Category:Scripting Commands|LN]]
[[Category:Scripting Commands OFP 1.97|LN]]
[[Category:Scripting Commands OFP 1.96|LN]]
[[Category:Scripting Commands OFP 1.46|LN]]
[[Category:Scripting Commands OFP 1.46|LN]]
[[Category:Scripting Commands ArmA|LN]]
[[Category:Scripting Commands ArmA|LN]]

Revision as of 21:50, 1 June 2006


ln x


Operand types:

x: Number

Type of returned value:

Number

Description:

Natural logarithm of x.


Example:

_nlog = ln 10 ..........Result is 2.302