为什么ABS(为0x80000000)== 0x80000000的? [英] Why is abs(0x80000000) == 0x80000000?

查看:227
本文介绍了为什么ABS(为0x80000000)== 0x80000000的?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚开始读黑客的喜悦它定义ABS(-2 31 )为-2 31 。这是为什么?

I just started reading Hacker's Delight and it defines abs(-231) as -231. Why is that?

我试过的printf(%X,ABS(为0x80000000))在几个不同的系统和我回去为0x80000000上所有的人。

I tried printf("%x", abs(0x80000000)) on a few different systems and I get back 0x80000000 on all of them.

推荐答案

有关32位数据类型有是+ 2 ^ 31没有前pression,因为最大数量为2 ^ 31-1 ...阅读更多有关 ...

For a 32bit datatype there is no expression of +2^31, because the biggest number is 2^31-1 ... read more about the two's complement ...

这篇关于为什么ABS(为0x80000000)== 0x80000000的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆