see there are two cases in circular permutations
case1. when distinction is made between clockwise and anticlockwise permutations(as in arranging humans).
In this case we use (n-1)!
case2. when no distinction is made (like arranging flowers in garlands or beads in necklace)
Here we use (n-1)!/2 