AP在llvm::APFloat和llvm::APInt中代表什么?

What does AP stand for in llvm::APFloat and llvm::APInt?

https://llvm.org/doxygen/classllvm_1_1APFloat.html
https://llvm.org/doxygen/classllvm_1_1APInt.html

如果你能回答这个问题,我将不胜感激。

APFloat中的AP代表Arbitrary Precision,意思是可以用于非常大精度的计算。另请参阅维基百科上的 Arbitrary-precision arithmetic