Skip to content

Commit ebb39d2

Browse files
committed
cleaning
1 parent b9685d8 commit ebb39d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/calculate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import Decimal from 'decimal.js';
1414

1515
// Configure Decimal.js for maximum precision
1616
Decimal.set({
17-
precision: 64, // Precision for financial calculations
18-
rounding: Decimal.ROUND_DOWN, // Better for financial calculations (prevents overshooting)
17+
precision: 64,
18+
rounding: Decimal.ROUND_DOWN,
1919
});
2020

2121
export interface Distribution {

0 commit comments

Comments
 (0)