ln2 顶层常量

double const ln2

2的自然对数。

2的自然对数是满足 pow(E, LN2) == 2 的数。此值并非精确值,但它是与精确数学值最接近的可表示双精度浮点数。

实现

const double ln2 = 0.6931471805599453;