Signature
native Float:floatsqroot(Float:value);
Description
Returns the square root of a floating point value
Notes
- Same as floatpower(value, 0.5)
Parameters
- value — Floating point value to get square root from
Returns
Square root of the input value