ln: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (add to Math Commands)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''ln ''x''''' |= Syntax
|[[Number]] <nowiki>=</nowiki>  '''ln ''[[Number]]''''' |= Syntax


|p1= x: [[Number]] |= Parameter 1
| [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 05:06, 28 August 2007

Hover & click on the images for description

Description

Description:
Natural logarithm of x.
Groups:
Uncategorised

Syntax

Syntax:
Number = ln Number
Return Value:
Return value needed

Examples

Example 1:

_nlog = ln 10 Result is 2.302

Additional Information

See also:
See also needed

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