![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
A type used to represent a fraction for non-template computations. More...
Public Attributes | |
| intmax_t | den |
| The denominator of the fraction. | |
| intmax_t | num |
| The numerator of the fraction. | |
A type used to represent a fraction for non-template computations.
| intmax_t std::ratio_detail::fraction::den |
The denominator of the fraction.
| intmax_t std::ratio_detail::fraction::num |
The numerator of the fraction.