STLdoc
STLdocumentation
|
Public Types | |
typedef _Safe_mult< _N1/_Gx, _N2/_Gy, true > | _Num |
typedef _Safe_mult< _D1/_Gy, _D2/_Gx, true > | _Den |
Static Public Attributes | |
static constexpr intmax_t | _N1 = _R1::num |
static constexpr intmax_t | _D1 = _R1::den |
static constexpr intmax_t | _N2 = _R2::num |
static constexpr intmax_t | _D2 = _R2::den |
static constexpr intmax_t | _Gx = _Gcd<_N1, _D2>::value |
static constexpr intmax_t | _Gy = _Gcd<_N2, _D1>::value |
typedef _Safe_mult<_D1 / _Gy, _D2 / _Gx, true> _Ratio_multiply< _R1, _R2 >::_Den |
typedef _Safe_mult<_N1 / _Gx, _N2 / _Gy, true> _Ratio_multiply< _R1, _R2 >::_Num |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |