| 52 | const double MERCATOR_MAX = 20037726.37; |
| 53 | |
| 54 | static inline double deg_rad(double ang) { return ang * D_R; } |
| 55 | static inline double rad_deg(double ang) { return ang / D_R; } |
| 56 | |
| 57 | /* This function is used in order to estimate the step (bits precision) |
no outgoing calls
no test coverage detected