Hacker News new | ask | show | jobs
by marcosdumay 1648 days ago
Every database and most programing languages have decimal floating point types. They usually don't use BCD, and instead use some more efficient representation. But anyway, the representation is irrelevant.

By the way, integral BCD (what COBOL did most of the time) is useless.