STL BigInt 类实现
STL 有 BigInt 类实现吗?(多位数的数字放在一个容器中)
Does STL have a BigInt class implementation? (numbers with many digits held into a container)
推荐答案
C++ 标准库(有时被错误地称为STL")不包含任何扩展精度支持.
The C++ standard library (sometimes erroneously referred to as "STL") does not contain any extended precision support.
相关文章