fedimint_core::util

Function get_average

Source
pub fn get_average(vals: &[u64]) -> Option<u64>
Expand description

Computes the average of the given u64 slice.