Search This Blog

Sunday, February 10, 2013

BCD Adder (Binary-coded decimal)




Binary Code Decimal (BCD) Adder.

This is a tool that helps you add two decimals as BCD.




Why is BCD adder useful?

Double and Float sometimes do not meet the requirement of precision. For example, you cannot hold more than 17 digits in double.

With this BCD adder, you can add numbers with 10^18 digits!



Source: https://github.com/crystalcoding/HappyHacking/tree/master/BCD/bcd_gui


Download (windows binary): http://dl.dropbox.com/u/58798915/release-BCD-v0.9.zip

No comments: