代码:
#iclude <math.h>
int main(){
double somenumber = pow(2, 1000);
printf("%lf\n", somenumber);
return 0;
}
Run Code Online (Sandbox Code Playgroud)
我得到这个庞大的数字:10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571196477686542167660429831652624386837205668069376
这显然是双重的.它是如何工作的?
我在Konsole(来自kde)模拟器中运行emacs-nox 23.3,大多数颜色主题都有奇怪的颜色.
例如,我喜欢Solarized主题.我希望主题看起来像这样:
Solarized主题http://ethanschoonover.com/solarized/img/screen-ruby-dark.png
但是,这就是我得到的:
破碎的日晒主题http://img824.imageshack.us/img824/3881/voronoi2.png
emacs-color-theme包中的大多数主题都有类似的行为.我试图更改Konsole颜色设置 - 没有结果.我也尝试用这个替换我的.Xresources,但没有成功.