floatsqroot
Core (float.inc)
Description
floatsqroot - Returns the square root of the value as a float.
Syntax
Float: floatsqroot ( Float:value )
Type
Native
Notes
This is the same as:

floatpower(value, 0.5)