pub fn diff(from_deg: f64, to_deg: f64) -> f64
Signed difference from - to, wrapped to -180.0..=180.0.
from - to
-180.0..=180.0
The sign is the direction you would turn: positive means from lies to starboard of to.
from
to