...

/

Test Yourself: Arithmetic Utilities

Test Yourself: Arithmetic Utilities

Attempt the following quiz to test your understanding of arithmetic utilities.

We'll cover the following...

Choose the possible correct answer(s).

1.

std::midpoint(a, b) calculates the midpoint as:

A.

(a+(ba)/2)(a + (b - a) / 2)

B.

(b+(ab)/2)(b + (a - b) / 2)


1 / 2

I hope ...