浮点算术 meaning in English
floating point arithmatic
Examples
- Information technology - language independent arithmetic - integer and floating point arithmetic
信息技术.语言的独立算术.整数和浮点算术 - The mips platform does not support the full precision specified by the standard for binary floating point arithmetic specification , and can cause unpredictable results
Mips平台不支持二进制浮点算术标准规范指定的完全精度,可能会导致不可预知的结果。 - Is used to bulk export data that uses the binary format from a sql server 2000 table with a computed column that uses a floating point arithmetic operator and
从包含计算列(该计算列使用浮点算术运算符)的sql server 2000表中大容量导出二进制格式的数据,然后使用 - Floating - point arithmetic overflow or division by zero never throws an exception , because floating - point types are based on ieee 754 and so have provisions for representing infinity and nan not a number
浮点算术溢出或被零除从不引发异常,因为浮点类型基于ieee 754 ,因此可以表示无穷和nan (不是数字) 。 - When ansi warnings or arithabort are set to on , the result of a floating point arithmetic operator is nonnullable , if both operands are nonnullable . this change in nullability could cause failure when
在ansi _ warnings或arithabort设置为on时,如果两个操作数都不可为空,则浮点算术运算符的结果也不可为空值。