小数点
- decimal point;radix point;fiction;story
-
[decimal point;fiction;story] 十进位小数左边的点
-
小数点后的头两位数分别表示十分位和百分位
The first twofigures after the decimal point indicate tenths and hundredthsrespectively .
-
所有小数点后面的数值都被砍掉了。
Everything from the decimal point over gets chopped off .
-
这个数目精确到小数点后三位数。
The number is correct to three decimal places .
-
这个数精确到小数点后两位。
The figure is accurate to two decimal places .
-
袖珍计算器只能计算到小数点后8位数。
A pocket calculator only works to eight decimal places .
-
这个数字精确到小数点后两位。
The figure is account to two decimal places .
-
把结果精确到小数点后5位数。
Correct the result to five decimal places .
-
实验证明,人们在购物时对价签上小数点右侧的数字并不是太在意。
Simple experiments have proven that too little attention is paid to the digit on the right hand side of a price tag .
-
计算机算出pi圆周率小数点后有1万多亿。
Computers have calculated Pi to over one trillion digits .
-
第一,在美国日期格式中,3月14日,pi小数点后两位正好是3.14。
The first is that in the American date format , it is 3 / 14 and Pi , to two decimal places , is 3.14 .
-
例如,ASSERTFLOATEQ(2.00001,2.000011)会顺利通过&如果直到小数点后四位都匹配,Google就不会抛出错误。
For example , ASSERT_FLOAT_EQ ( 2.00001,2.000011 ) passes & Google does not throw an error if the results tally up to four decimal places .
-
BCD字段类型使用了货币类型,这种类型是小数点后是4位数。
This is because TBCDField uses the currency data type that has a fixed scale of4 decimal places .
-
一些SQL语言喜欢称此类型为NUMERIC类型,其它一些SQL语言则引入了MONEY数据类型,MONEY数据类型被定义为小数点右侧带有两位的小数。
Some SQL dialects prefer to call this type NUMERIC , and others also include a MONEY data type , which is defined as a decimal number with two places to the right of the decimal .
-
Maxwell自己也曾提到很多物理学家相信他们的研究只剩下测量物理学常数的更精确数值“到小数点后更多位数。”
Maxwell himself mentioned that many physicists believed the trend in their field was merely to measure the values of physical constants " to another place of decimals . "
-
所以这里有一个解决方案:,如果你需要比float类型允许的更高精度,小数点后更多位数,那你该用什么取代它?
So it turns out there 's a solution to this : If you need more precision , more digits after the decimal point than a float allows , what do you go for instead ?
-
适用于EURUSD小时线,并且平台为小数点后5位的平台(ECN)。
EURUSD line for hours , and5 after the decimal point platform for the platform ( ECN ) .
-
LED显示器在单片机系统中得到了非常广泛的应用,针对LED显示效果呆板、单调的不足,着重介绍了在LED显示程序中浮动小数点、闪烁光标、显示亮度调节的实现方法及具体程序。
LED has been widely used in microchip computer systems . As the effect of LED was stiff and bald , this paper emphatically introduced the methods and correspondent programs to deal with the floating point , flashing cursors and brightness adjustment in LED displaying systems .
-
基于数字温度传感器DS18B20的测温仪设计,三位数码管显示温度值,保留小数点后一位。
Digital temperature sensor based on the thermometer DS18B20 design , the three digital display temperature , keep one decimal place .
-
要在这个范围内获取一个值,把Rnd()函数的结果乘以10000,并且去掉小数点后面的所有值。
To get a value within this range , you can multiply the result from the Rnd () function by10000 and discard anything after the decimal point .
-
groupingUsed属性带有布尔值并控制是否要对小数点前面的数字分组。
The groupingUsed attribute takes a Boolean value and controls whether digits before the decimal point are grouped .
-
getScale(),用于确定参数在小数点后支持的小数位数。
GetScale () to determine the number of decimal digits after the decimal point that a parameter will support .
-
在内部,可以用任意精度任何范围的值和一个换算因子来表示BigDecimal,换算因子表示左移小数点多少位,从而得到所期望范围内的值。
Internally , BigDecimal is represented as an arbitrary-precision unscaled value and a scale factor , which represents how many places to move the decimal point left to obtain the scaled value .
-
在一个单片机系统的基础之上,实现不多于六位数字(包括符号和小数点)的输入。该单片机系统由80C196KC单片机和矩阵键盘电路组成。
Based on a system of SCM , realizing the input of digits ( including of symbols and decimal ) which is less than six bits , the system of SCM is composed of80C196KC and matrix keyboard .
-
潮波振幅给至小数点后第6位。
The amplitudes are given to the 6th place of decimals .
-
纪录是背到小数点后第42000位。
The record is 42000 decimal places . Y : Wow .
-
正文文件规格字段分隔符匹配小数点分隔符或文本分隔符
Text file specification field separator matches decimal separator or text delimiter
-
小数点自动定位计算机用定点来表示一个数。
Automatic decimal point computer a number represented in fixed-point notation .
-
句号也可用作十进制的小数点。
The period is also used as a decimal point .
-
在计算前确认所用列表分隔符不同于小数点字符。
Make the list separator and the decimal separator different before calculating .
-
不同之处在于,这里的数字掩码允许小数点。
The difference is that the number mask allows for decimal points .