sqrt: 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|S]]
[[Category:Scripting Commands|SQRT]]
[[Category:Scripting Commands OFP 1.97|S]]
[[Category:Scripting Commands OFP 1.97|SQRT]]
[[Category:Scripting Commands OFP 1.46|S]]
[[Category:Scripting Commands OFP 1.46|SQRT]]
[[Category:Scripting Commands ArmA|S]]
[[Category:Scripting Commands ArmA|SQRT]]





Revision as of 16:58, 4 May 2006


sqrt x


Operand types:

x: Number

Type of returned value:

Number

Description:

Returns square root of x.


Example:

_sq = sqrt 9 ...... Result is 3