pub fn is_valid_latitude(degrees: f64) -> bool
Test whether a latitude in degrees is a valid latitude.
I.e. whether it lies in the range: -90.0 <= degrees <= 90.0