Circular permutations are different from linear permutations because there is no fixed starting point. Rotating the circle doesn't create a new arrangement. Therefore, for n distinct objects, the number of arrangements is (n-1)! instead of n!. If the arrangement can be flipped (like beads on a bracelet), the number is (n-1)!/2.