Jump to

v02-l1-callConcept

What is the concept used by this function definition ?

void divideByfour(double& x) {
    x = x/4;
}

???