fn is_between_unsorted(value: f32, limit0: f32, limit1: f32) -> bool
Returns value between the two limits, where the limits are either ascending or descending.