native Float:floatsqroot(Float:value);
value | Floating point value to get square root from |
Returns the square root of a floating point value
Same as floatpower(value, 0.5)
Square root of the input value
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.