Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用mpfr::realMPFR 的包装器来进行固定的任意精度计算。有没有一种将模板化mpfr::real类型初始化为任意大小的整数(表示为字节数组)的好方法?例如,一个 128 位整数可以用 表示unsigned int[4]。
mpfr::real
unsigned int[4]