handwriting checks.

This commit is contained in:
Bryce
2024-03-17 22:37:12 -07:00
parent a972df1d43
commit 8fb27d6c66
4 changed files with 269 additions and 151 deletions

View File

@@ -557,4 +557,9 @@
{:x 87}
main-transformer))
(defn round-money [d]
(with-precision 2
(double (.setScale (bigdec d) 2 java.math.RoundingMode/HALF_UP))))