learn.howToCalculate
learn.whatIsHeading
Continued fractions express numbers as nested fractions: x = a₀ + 1/(a₁ + 1/(a₂ + ...)); useful for rational approximations.
단계별 가이드
- 1Input decimal or fraction
- 2Generate continued fraction expansion
- 3Calculate convergents (increasingly accurate approximations)
풀어진 예시
입력
Pi ≈ 3.14159
결과
CF = [3; 7, 15, 1, 292, ...], convergent 355/113 ≈ 3.14159 (extremely accurate)
피해야 할 일반적인 실수
- ✕Terminating before accurate enough
- ✕Confusing with decimal fractions
자주 묻는 질문
Why continued fractions?
Best rational approximations; pi convergents used in engineering.
계산할 준비가 되셨나요? 무료 Continued Fraction 계산기를 사용해 보세요
직접 시도해 보세요 →