单精度浮点数是用来表示带有小数部分的实数,一般用于科学计算。占用4个字节(32位)存储空间,包括符号位1位,阶码8位,尾数23位。其数值范围为-3.4E38~3.4E38,单精度浮点数最多有7位十进制有效数字,单精度浮点数的指数用“E”或“e”表示。 单精度浮点数有多种表示形式:±n.n(小数形式) ±n E ±m(指数形式) ±n.n E ±m (指数形式) 如果某个数的有效数字位数超过7位,当把它定义为单精度变量时,超出的部分会自动四舍五入。
Packed Single-precision Floating-point 一种紧缩单精度浮点类型 single-precision floating point number 单精度浮点数字 ; 单精度浮点数 single-precision float onlying point numalwaysr 单精度浮点数字 ..
基于78个网页-相关网页
单精度浮点数字 precision floating point number ; single precision floating point number
·2,447,543篇论文数据,部分数据来源于NoteExpress
将指定的单精度浮点数的值转换为等效的布尔值。
Converts the value of the specified decimal number to an equivalent Boolean value.
将指定的单精度浮点数的值转换为等效的8位带符号整数。
Converts the value of the specified Unicode character to the equivalent 8-bit signed integer.
将数字的字符串表示形式转换为它的等效单精度浮点数字。
Converts the string representation of a number to its single-precision floating-point number equivalent.
应用推荐