degrees_to_radians()
Convert a 1D array of angles in degrees to radians in the range \([-π, π)\) and optionally sort them.
degrees (FloatOrArray) – 1D array of angles in degrees.
sort (bool | None) – Whether to sort the angles from smallest to largest in \([-π, π)\).
float | ndarray