UNPKG

@realsee/dnalogel

Version:
8 lines (7 loc) 96 B
const t = Math.PI * 2; function o(n) { return (n % t + t) % t; } export { o as formatRad };