Translate

Help texts - "Other Functions" chapter
help.otherFunctions.contents
round \u2014 rounds the number equal and above the half up and below the half down;
24/830
SourceTranslationState
2200
<example>Calculate the least common multiple of 8 and 12: <expr:DEC,Function(LCM,Number(8),Number(12),Empty)>
<example>计算8和12的最小公倍数: <expr:DEC,Function(LCM,Number(8),Number(12),Empty)>
2201
<example>Calculate absolute value of -61: <expr:DEC,Function(ABS,Number(-61))>
<example>计算-61的绝对值: <expr:DEC,Function(ABS,Number(-61))>
2202
<example>Calculate signum of -61: <expr:DEC,Function(SIGNUM,Number(-61))>
<example>计算-61的符号: <expr:DEC,Function(SIGNUM,Number(-61))>
2203
Rounding
数值修约
2204
There are several rounding functions in the calculator. All of them have two parameters. The first parameter denotes the number to be rounded. The second parameter is optional and defines the number of decimal places for rounding. If the parameter is omitted, the number of decimal places is 0.
此计算器提供数个修约函数。所有函数都有两个参数。第一个参数表示要修约的数值。第二个参数为可选,用于定义修约的小数位数。如果此参数省略的话,默认小数位数为0。
2205
round \u2014 rounds the number equal and above the half up and below the half down;
round \u2014 按四舍五入的规则修约;
2206
roundUp \u2014 rounds the number up, i.e. far from the zero;
roundUp \u2014 向上修约,即远离零;
2207
roundDown \u2014 rounds the number down, i.e. towards the zero;
roundDown \u2014 向下修约,即靠近零;
2208
floor \u2014 rounds the number towards the minus infinity;
floor \u2014 向负无穷方向修约;
2209
ceiling \u2014 rounds the number towards infinity.
ceiling \u2014 向正无穷方向修约。
2210
decimalPart \u2014 removes the integer part of a number.
decimalPart \u2014 去除数字的整数部分。

Loading…

Loading…

Glossary

Source Translation
Number line 数轴
operand 运算数

Source information

Context
help.otherFunctions.contents
Comments
Help texts - "Other Functions" chapter
Source string age
a year ago
Translation file
zh.po, string 2205
Failing checks

Multiple failing checks

The translations in several languages have failing checks