multiprecision(多精度):在计算机中指使用比标准硬件字长或常规浮点精度更高的数值精度进行运算,常见于“大整数/任意精度”整数计算或高精度浮点计算(也常写作 multiple-precision、arbitrary-precision)。除这一常见含义外,具体语境中也可能泛指“更高精度的数值表示与计算”。
/ˌmʌltiˈprɪʒən/
Multiprecision arithmetic is used to compute huge factorials accurately.
多精度算术用于精确计算非常大的阶乘。
To avoid rounding errors in cryptographic and numerical algorithms, the library performs multiprecision operations on integers and high-precision floats.
为避免密码学与数值算法中的舍入误差,该库对整数与高精度浮点数执行多精度运算。
由 **multi-**(“多、多个”)+ precision(“精度”)构成,字面意思是“多种/更高精度”。该词在计算机科学中常用于描述超出常规机器精度限制的运算需求,尤其在大整数与高精度数值计算领域广泛使用。