二进制浮点常数英文解释翻译、二进制浮点常数的近义词、反义词、例句
英语翻译:
【计】 floating-point binary constant
分词翻译:
二进制的英语翻译:
binary system
【计】 B; BIN; scale-of-two
【经】 binary
浮点常数的英语翻译:
【计】 floating constant; floating-point constant
网络扩展解释
二进制浮点常数
二进制浮点常数的中文拼音为 "èr jìn zhì fú diǎn cháng shù",英语解释翻译为 "Binary floating-point constant",读音为 ['baɪnəri] ['flotɪŋ-pɔɪnt] ['kɑnstənt]。
在计算机科学中,二进制浮点常数指的是一种数据类型,通常用于表示非整数或非固定精度的数值。它们可以用科学计数法的形式表示,由两部分组成:尾数和指数。
英文用法
Binary floating-point constants are used extensively in programming languages and in computer arithmetic operations.
英文例句
- Examples of binary floating-point constants in C programming language:
- 3.14159F
- 1.0E-6F
- Examples of binary floating-point constants in Python programming language:
- 3.14
- 1.0e-6
- Example of binary floating-point constant in MATLAB programming language:
- 1.23e-7
英文近义词
Binary floating-point constants are also known as floating-point literals or simply floating-point values.
英文反义词
The opposite of a binary floating-point constant would be an integral constant, which is used to represent integer values.
英文单词常用度
Binary, floating-point, constant, and their various forms are all very common words in computer science and programming languages, and are frequently used in technical writing and discussion.