UNPKG

@realsee/dnalogel

Version:
12 lines (11 loc) 159 B
const t = Math.PI * 2; function o(n) { return (n % t + t) % t; } function r(n) { return n % t; } export { r as formatLatitude, o as formatLongitude };