Every positive real number can be expressed in a continued function expansion as long
as the function has certain properties.
Those properties are outlined in Rényi (1957),
which treats a number of such continued function expansions for a real number
where
Two well-known continued function expansions are
- The continued fraction expansion,
- The Bolyai expansion,
Other well-known expansions, such as
- The Egyptian fraction expansion,
- The Engel expansion,
- And its close relative the Pierce expansion,
will not be considered here because they are not proper continued function expansions.
This library aims to formulate and develop other continued function expansions and to learn about
other continued-function expansions of the real numbers,
in particular those of fundamental constants including Euler's number mpmath library, which was facilitated high-precision
calculation with admirable simplicity.
The meat of the project is in the two notebooks
expansions.ipynb, where the expansions of fundamental constants can be extracted to arbitrary precision; andstatistics.ipynb, where the continued function expansions of constants are compared across functions and constants.
I thank user tim.p...@gmail.com in this SeqFan message board
thread.