georust / geographiclib-rs

A port of geographiclib in Rust.
MIT License
41 stars 9 forks source link

Address #36: geomath::norm #37

Closed stonylohr closed 3 years ago

stonylohr commented 3 years ago

Changed from fn norm(f64, f64) -> (f64, f64) to fn norm(&mut f64, &mut f64), and changed all callers to match.

bors[bot] commented 3 years ago

Build succeeded: