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





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