Project Euler Solutions
Modules
Here is a list of all modules:
 Bcd_typesThe types defined for BCD_ints
 constantsThe frequently used constants in this file
 Bcd_destructorThe functions to safely dispose of a BCD_int
 Bcd_constructorsThe functions used to make new BCD_ints
 Bcd_operatorsThe functions that implement math operators using only BCD_int objects
 The functions that implement in-place math operators using only BCD_int objects
 Bcd_c_operatorsThe functions that implement math operators using at least some C-style integers
 In_place_bcd_c_operatorsThe functions that implement in-place math operators using at least some C-style integers
 Bcd_utilityA couple of utility functions for BCD_int