HH\Lib\Math\median
Requires the Hack Standard Library to be installed.
Facebook Engineer?
This function is available as Math\median()
in Facebook's www repository.
Returns the median of the given numbers
namespace HH\Lib\Math;
function median(
Container<num> $numbers,
): ?float;
To find the mean, see Math\mean()
.
Parameters
Returns
?float