|
Project Euler Solutions
|
The frequently used constants in this file. More...
| const BCD_int | c::include::bcd::BCD_two |
| The BCD_two constant is used to represent the commonly used value two. More... | |
| const BCD_int | c::include::bcd::BCD_one |
| The BCD_one constant is used to represent the commonly used value one. More... | |
| const BCD_int | c::include::bcd::BCD_zero |
| The BCD_zero constant is used to represent the commonly used value zero. More... | |
| const BCD_int | c::include::bcd::BCD_nan |
| The BCD_nan constant is used to represent the commonly used value NaN. More... | |
The frequently used constants in this file.
| const BCD_int c::include::bcd::BCD_nan |
| const BCD_int c::include::bcd::BCD_one |
The BCD_one constant is used to represent the commonly used value one.
| const BCD_int c::include::bcd::BCD_two |
The BCD_two constant is used to represent the commonly used value two.
| const BCD_int c::include::bcd::BCD_zero |
The BCD_zero constant is used to represent the commonly used value zero.
1.8.11