HH\Lib\Math\sqrt
Requires the Hack Standard Library to be installed.
Facebook Engineer?
This function is available as Math\sqrt()
in Facebook's www repository.
Returns the square root of $arg
namespace HH\Lib\Math;
function sqrt(
num $arg,
): float;
Parameters
num $arg
Returns
float