pub fn check_azimuth(azimuth: f64) -> Result<f64>
Validates and normalizes an azimuth angle to the range [0, 360) degrees.
Returns ComputationError if azimuth is not finite.
ComputationError