This is available as Math\sqrt in the www repository.
Math\sqrt
Returns the square root of $arg
$arg
namespace HH\Lib\Math; function sqrt( num $arg, ): float;
num $arg
float