|
Project Euler Solutions
|
| Bcd_types | The types defined for BCD_ints |
| constants | The frequently used constants in this file |
| Bcd_destructor | The functions to safely dispose of a BCD_int |
| Bcd_constructors | The functions used to make new BCD_ints |
| Bcd_operators | The 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_operators | The functions that implement math operators using at least some C-style integers |
| In_place_bcd_c_operators | The functions that implement in-place math operators using at least some C-style integers |
| Bcd_utility | A couple of utility functions for BCD_int |
1.8.11