What's bigger than a double?

前端 未结 8 809
甜味超标
甜味超标 2021-01-07 16:32

Is there a native c++ variable type that\'s \"bigger\" than a double?
float is 7
double is 15 (of course depending on the compiler)
Is there anything bigger tha

8条回答
  •  粉色の甜心
    2021-01-07 17:12

    Boost 1.53 or higher has multiprecision.

    http://www.boost.org/doc/libs/1_54_0/libs/multiprecision/doc/html/index.html

提交回复
热议问题