Proszę wytłumaczy ktoś o co w tym chodzi c++

float srednia (int Fn1, int Fn2)
{
return (Fn1+Fn2)/2;
}