Skip to main content

learn.howToCalculate

learn.whatIsHeading

Continued fractions express numbers as nested fractions: x = a₀ + 1/(a₁ + 1/(a₂ + ...)); useful for rational approximations.

ステップバイステップガイド

  1. 1Input decimal or fraction
  2. 2Generate continued fraction expansion
  3. 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 計算機をお試しください

自分で試してみる→

設定