UNPKG

keplerjs

Version:

Kepler solver to compute a celestial body position over the surface of the earth.

3 lines (1 loc) 44 B
exports.mod = (n, m) => ((n % m) + m) % m;