found a funny UI bug in rentals

Words
81
Reading
1 min
Listen
Play
5y


"Suggested Price: 0.5950000000000001 DEC"


This is actually a pretty common error in certain programming, derived from some type of precision/rounding problems or bit-wise nonsense, and I've seen it before it many different places, but I think it's especially funny when framed as a suggestion, lol

In-case it helps someone, an easy solution is to multiply the number by 1000, then round it, then divide by 1000. If that doesn't work you table-flip and convert it into a string and do some parsing I guess.

found a funny UI bug in rentals | Ecency