분수를 소수로 바꾸고 반복되는 숫자를 괄호로 표시합니다. 계산은 브라우저에서 정확하게 실행됩니다. The converter reduces the fraction, then tracks each remainder during long division. A repeated remainder marks the start of the repeating decimal. The calculation stays on your device.
분수 소수 변환기
브라우저에서 바로 실행됩니다. 업로드도, 회원가입도 없습니다.
Enter a fraction
Use numerator and denominator, or add a whole number for a mixed fraction.
Digits in parentheses repeat forever.
Exact BigInt long division runs in your browser - nothing is uploaded.
분수 소수 변환기?
분수를 소수로 바꾸고 반복되는 숫자를 괄호로 표시합니다. 계산은 브라우저에서 정확하게 실행됩니다. Example: 7/12 = 0.58(3), where the digit in parentheses repeats.
사용 방법
- 1Enter the fraction. Type the numerator and denominator. Use the whole-number field only for a mixed number.
- 2Read the decimal. The decimal updates live. Parentheses mark the digits that repeat forever.
- 3Check the exact fraction. The reduced fraction and mixed form remain beside the decimal.
- 4Copy the result. Copy the fraction, decimal, and repeat length for notes or calculations.
이런 분께 추천
- Students checking fractions such as 1/6, 5/8, or 7/12.
- Teachers explaining why repeated remainders create repeating decimals.
- Makers converting inch fractions to decimal values.
- Anyone copying the decimal with the reduced fraction.
자주 묻는 질문
How do you convert a fraction to a decimal?
Divide the numerator by the denominator. Each step multiplies the remainder by 10 to get the next digit. A zero remainder ends the decimal; a repeated remainder starts the repeating part.
What do parentheses mean?
Parentheses mark the digits that repeat forever. For example, 1/6 is 0.1(6), which means the 6 continues without end.
Can it handle mixed numbers?
Yes. Enter the whole number separately from the numerator and denominator. The tool converts it to an improper fraction before dividing.
Does it use floating point math?
No. It uses BigInt integer arithmetic and remainder tracking, so large fractions stay exact and floating point rounding does not affect the result.
What if the denominator is zero?
A denominator of zero is undefined. The tool shows an error and waits until you enter a non-zero denominator.
Is it free and private?
Yes. It is free, needs no account, and runs in your browser. The numbers are not uploaded.