HH\Lib\Math\sqrt

Meta Engineer?

This is available as Math\sqrt in the www repository.

Returns the square root of $arg

namespace HH\Lib\Math;

function sqrt(
  num $arg,
): float;

Parameters

  • num $arg

Returns

  • float