How the calculation works
The calculator assumes each U.S. banknote weighs about 1 gram. It divides the total face value by the bill denomination, rounds up to the next whole bill, and multiplies the bill count by the approximate weight per note.
That is why the denomination matters. A million dollars in $1 bills uses far more notes than the same amount in $100 bills, so the total weight is dramatically different even though the face value is the same.
Bills needed = ceil(face value ÷ denomination)
A partial bill is not physically possible, so the calculator rounds up to the next whole note.
Estimated weight = bills needed × 1 gram
Uses the common approximation that a modern U.S. note weighs about 1 gram.