georust / geographiclib-rs

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

replace geomath::cbrt with f64::cbrt #4

Open stonylohr opened 4 years ago

stonylohr commented 4 years ago

I propose replacing all calls to geomath::cbrt with f64::cbrt, and then deleting the geomath::cbrt function. I don't think the additional function adds any value.

There are already comments in code proposing this change, but I figured it was still worth submitting an issue for it.