georust / geographiclib-rs

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

replace geomath::fmod with direct calls to % operator #5

Open stonylohr opened 4 years ago

stonylohr commented 4 years ago

I propose replacing all calls to geomath::fmod with equivalent direct uses of the % operator, and then deleting geomath::fmod.