A
Size: a a a
A
A
PG
A
user=> (/ (bigdec 5401.84) 9)
java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result. [at <repl>:1:1]
A
user=> (with-precision 2 (/ (bigdec 5401.84) 9))
Could not resolve symbol: with-precision [at <repl>:1:2]
DL
user=> (with-precision 2 (/ (bigdec 5401.84) 9))
Could not resolve symbol: with-precision [at <repl>:1:2]
(.divide (bigdec "5401.84") (bigdec 9) java.math.MathContext/DECIMAL128)
DL
DL
PG
A
DL
A
A
A
DL
DL
DL
(/ 540184 9)
540184/9
A
A
DL
(* 100 (rationalize 10.20))