5 ms·
It uses BigDecimal. My first goal with the library was to provide a well-designed API. So to keep it simple for myself, I relied on BigDecimal for the calculati
by eriksencosta 2y ago
It uses BigDecimal. My first goal with the library was to provide a well-designed API. So to keep it simple for myself, I relied on BigDecimal for the calculations.
- atemerev 2y agoI think you are right, API is the most important part; internal implementation can be optimized later.