Translation of floating-point notation from English into Chinese
Noun
technology
- Floating-point notation is essential in scientific calculations.浮点表示法在科学计算中是必不可少的。
Synonyms and analogies of floating-point notation in English
Examples of floating-point notation in a sentence
Floating-point notation helps in rendering graphics accurately.
floating-point notation: Examples and translations in context
(Computer Science) To convert (data) from floating-point notation to fixed-point notation.
(【计算机科学】) 固定,定点化:(把数据)由浮点数表示法改成定点表示法
Kotlin also supports a conventional notation for floating-point numbers
对于浮点数字类型Kotlin也支持通过一种便利的符号来表示。
A system of mathematical notation:fixed - point or floating - point scale of an arithmetic value.
一种数学计数制:算术值的定点或浮点标量。
If a certain range is exceeded for floating-point values, the respective numerical expression is printed in exponential notation.
打印的正数表达式前面带有一个空格,而打印出的负数表达式前面带有一个减号。对于超出了浮点数取值范围的数字表达式,则以指数表示法打印。
Note that numbers which contain a decimal point, such as floating-point numbers or numbers in scientific notation, are not an exception to this rule. Leading numbers up to the decimal point will be set as the URL's port, assuming they are valid
包含小数点的数字(例如浮点数或科学计数法中的数字)不是此规则的例外。 假设它们有效,将小数点前的前导数字设置为 URL 的端口:
A common misconception is that number literals cannot be used as objects. That is because a flaw in JavaScript's parser tries to parse the dot notation on a number as a floating point literal.
一个常见的误解是数字的字面值(literal)不能当作对象使用。这是因为 JavaScript 解析器的一个错误, 它试图将点操作符解析为浮点数字面值的一部分。