FAQ
Questions, answered
Every monetary and quantitative value is computed with Decimal.js and stored in Postgres as an exact numeric type — never a float. Values stay as strings in transit so nothing is silently rounded between the database and the UI.
Still stuck?