This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

使用MSP430lanchpad + CCS5.1开发,询问一下关于float型变量的数值范围



使用MSP430lanchpad + CCS5.1开发,询问一下关于float型变量的数值范围

网上看到很多说float型变量 = 符号位1 + 指数位8 + 尾数位23  = 32位的说法。。一直不明白这几个是什么意思,能不能直接一点的说一下,在CCS环境下,float的数值范围能到多少???

还有int型变量是占2个byte还是4个byte???