Which of these statements access a module's constant if we don't use include to, well, include the module?

Math::EMath::PICircle.areaMath.exp(-2)

Correct! We use the :: notation after the module's name to refer to its constant.

Not quite! We use the :: notation after the module's name to refer to its constant.