- This wiki is out of date, use the continuation of this wiki instead
Sqrt
From FenixWiki
(Difference between revisions)
| Revision as of 23:33, 8 July 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Current revision (14:21, 1 March 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
| Line 14: | Line 14: | ||
| == Returns == | == Returns == | ||
| '''FLOAT''' : The square root of ''value''. | '''FLOAT''' : The square root of ''value''. | ||
| + | |||
| + | {{Funcbox | ||
| + | | category = Math | ||
| + | }} | ||
Current revision
[edit] Definition
FLOAT sqrt ( <FLOAT value> )
Returns the square root of a certain value.
[edit] Parameters
| FLOAT value | - The value of which the square root will be returned. |
[edit] Returns
FLOAT : The square root of value.
| Math Functions | |
| • Abs() • Acos() • Asin() • Atan() • Cos() • Fget_angle() • Fget_dist() • Get_distx() • Get_disty() • Pow() • Rand() • Rand_seed() • Sin() • Sqrt() • Tan() • | |
