连分数计算器

    小数转连分数

    公式

    x = a₀ + 1/(a₁ + 1/(a₂ + ...))

    Continued fractions give best rational approximations.

    示例

    π ≈ 3.14159

    [3; 7, 15, 1, ...] → 355/113.

    常见问题

    关于 连分数计算器

    Convert decimals to continued fraction representation.