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

Revision as of 21:40, 1 June 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