Commits
- bf01bd4: Handle the remaining integer/fp comparisons for strong numbers (Chris Robinson)
- c6707cd: Remove the struct prefix from parameter types in modules (Chris Robinson)
- a147737: Fix a comment (Chris Robinson)
- b509f1e: Avoid special integer types for global constexpr variables (Chris Robinson)
- e443754: Don't allow floating point constants for integer operations (Chris Robinson)
- d4ffe64: Replace a loop with a fill (Chris Robinson)
- 77228ed: Add some traits to make number_base more "integer like" (Chris Robinson)
- c311a56: Combine some macros (Chris Robinson)
- cc1afa8: Recognize types inherited by strong numbers (Chris Robinson)
- 18d9558: Allow implicit constuction of strong numbers from constants (Chris Robinson)
- b5bcfcc: Ignore the conversion assignment operator for narrowing types (Chris Robinson)
- 10d962c: Add comments for the strong number's difference type (Chris Robinson)
- 50c24c1: Add some math functions for strong number types (Chris Robinson)
- a719fcc: Make f64 a strong number type (Chris Robinson)
- 8c25ee8: Make f32 a strong number type (Chris Robinson)
- 55d1c21: Make i32 and u32 strong number types (Chris Robinson)