ln: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\[\[Category\: ?Command[ _]Group\:.*\|\{\{uc\:\{\{PAGENAME\}\}\}\}\]\] " to "")
Line 40: Line 40:
[[Category:Scripting Commands OFP 1.46|LN]]
[[Category:Scripting Commands OFP 1.46|LN]]
[[Category:Scripting Commands Armed Assault|LN]]
[[Category:Scripting Commands Armed Assault|LN]]
[[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 12:39, 25 September 2020

Hover & click on the images for description

Description

Description:
Natural logarithm of x.
Groups:
Math

Syntax

Syntax:
Number = ln x
Parameters:
x: Number
Return Value:
Number

Examples

Example 1:

_nlog = ln 10 Result is 2.302

Additional Information

See also:
Math Commands

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section