











The project implements an object-oriented software interface in Python for computing with fractions and rational numbers in terms of mathematical objects called continued fractions. It extends the features of a Python standard library called `fractions`, and no third-party libraries are used.
It was conceptualised and developed using the basic mathematical theory of continued fractions and also some known facts about depth-first search methods in computer science. All implementations in source code are the author's own, and no AI tools were used.
All relevant references are cited in the documentation.
Python standard libraries
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。