Skip to content
/ BCD Public

Binary Coded Decimal. Research project for use with SQL_NUMERIC_STRUCT datatype

License

Notifications You must be signed in to change notification settings

edwig/BCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCD
===

Project to create and demonstrate various forms of Binary Coded Decimal (BCD) datatypes.
BCD datatypes can calculate large numbers of decimals without rounding errors of the
underlying binary hardware of the CPU.

The folowwing forms are used/referenced in this program

CALC  : The results of the MS-Windows OS application "Calc.exe"
Double: C++ datatype 'double' as build in in the MS-VC++ compiler
AFP   : A public domain implementation by Henrik Vestermark
ICD   : Integer Coded Decimal 
BCD   : Binary Coded Decimal

Read the documentation in the "Binary Coded Decimal.pdf" file

About

Binary Coded Decimal. Research project for use with SQL_NUMERIC_STRUCT datatype

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages