|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
大整数除法 更多...
#include <static_numeric.hpp>
静态 Public 属性 | |
| static constexpr uintmax_t | quotient_high = NumHigh / Den |
| 商的高位 | |
| static constexpr uintmax_t | quotient_low = division_result::quotient |
| 商的低位 | |
| static constexpr uintmax_t | remainder = division_result::remainder / shift_factor1 |
| 余数 | |