Have child sprite rotate around parent (with example)

Hi guys,

Is there a quick way to calculate where a child sprite should be so that it rotates around the parent at a fixed distance as the parent rotates (kind of like a gun in the hand of a player). I have tried the rotateAroundDistance function but that seems like a choppy way to do it as you have to add or subtract an angle.

Thanks!