- This wiki is out of date, use the continuation of this wiki instead
Sqrt
From FenixWiki
[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() • |