| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/math/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/math/round.mjs |
import { decimalAdjust } from '../_internal/decimalAdjust.mjs';
function round(number, precision = 0) {
return decimalAdjust('round', number, precision);
}
export { round };