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;
52/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.
본 계산기는 여러 어림 함수를 제공합니다. 모두 매개변수를 2개 받습니다. 첫번째 매개변수는 반올림할 숫자를 나타냅니다. 두번째 매개변수는 선택 사항이며, 반올림할 소수 자릿수를 나타냅니다. 매개변수를 생략하면 소수 자릿수는 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 수를 올림합니다. 즉 0으로부터 멀어지게 합니다.
2207
roundDown \u2014 rounds the number down, i.e. towards the zero;
roundDown \u2014 수를 버림합니다. 즉 0에 가까워지게 합니다.
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
No related strings found in the glossary.

Source information

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

Multiple failing checks

The translations in several languages have failing checks