Compute the circular mean and circular standard deviation of an array of angles in degrees.
list
float
A sequence of angles in degrees.
The circular mean.
The circular standard deviation, which ranges from 0 to math.inf.
If angles is empty.
angles
get_circular_mean_and_std_dev()