UNPKG

polar-recorder

Version:

A SignalK plugin to record boat polars based on sailing performance

6 lines (4 loc) 121 B
function roundToNearest(value, step) { return Math.round(value / step) * step; } module.exports = { roundToNearest };