众所周知,一些函数在数据变大之后精度会不行(例如 pow),请问这两个函数精度如何?能否处理 long double 或 __int128。如果不能,如何手写这两个函数呢(蒟蒻太弱了)。已 BD 过。
pow
long double
__int128