double-precision floating point [ˈdʌbəl prɪˈsɪʒən ˈflotɪŋ pɔɪnt] 释义 双精度浮点 实用场景例句 全部 Rounds a double - precision floating - point value to the specified number of fractional digits. 将双 精度浮 点值按指定的小数位数舍入. 互联网 Rounds a do...
Double指的是双精度浮点数(Double Precision Floating Point),它使用64位来存储一个数字,其中52位表示该数字的小数部分,而11位则表示指数。使用双精度浮点数的好处在于,它可以存储非常大或非常小的数值,并且可以具有一定的精度。在Matlab中,double是默认数据类型,并且通常比单精度浮点数更加精确。在...
6) double-precision floating macro-order 双倍精度浮点宏指令补充资料:螺纹参数的精度与经济精度的分别 螺纹参数的精度与经济精度的分别 螺纹参数也有其精度与经济精度之分别吗? 零件的参数有精度与经济精度的概念,螺纹作为零件的一种,其参数自然也有精度与经济精度的概念。搞清楚具体螺纹参数的精度与经济精度的分别...
“double precision”通常指的是双精度浮点数(double-precision floating-point number)。这是一种用于存储实数的数据类型,具有更高的精度和范围。相比于单精度浮点数(float),双精度浮点数提供了更高的精度和更大的数值范围。 在最后总结中,“double precision数据类型”是指双精度浮点数这种数据类型。它用于存储实数,...
FP64, or double-precision floating point, uses 64 bits to represent a floating point number. It consists of 1 bit for the sign, 11 bits for the exponent, and 52 bits for the mantissa. Representation The FP64 format can be represented as: ...
astand on your knee baby 立场在您的膝盖婴孩[translate] aForever welcome the friend presence I the space to be a guest 永远欢迎朋友存在I空间是客人[translate] aDouble precision floating point numeric array 双精度浮动小数点数字列阵[translate]...
DOUBLE-PRECISION FLOATING-POINT OPERATIONSystems and methods for using single-precision floating-point operation digital signal processing (DSP) blocks in conjunction to perform double-precision floating-point operations.CZAJKOWSKI Tomasz Sebastian
The double-precision floating-point value associated with. 关联的双精度浮点值。 msdn2.microsoft.com 6. Rounds a double-precision floating-point value to the nearest integer. 将双精度浮点值舍入为最接近的整数。 msdn2.microsoft.com 7. Adds a double-precision floating-point value into the Serializa...
While previous work has considered circuits for low precision floating-point formats, we consider the implementation of 64-bit double precision circuits that also provide rounding and exception handling. 展开 关键词: field programmable gate arrays floating point arithmetic large-scale systems 64 bit ...
Double precision floating point number is a floating point number that uses twice as many bits as a regular or single precision floating point number. This provides greater precision and greater range of magnitudes. More info: The term double precision is something of a misnomer because the precis...