FromContinuedFraction
Usage
• FromContinuedFraction[list] reconstructs a number from the list of its continued fraction terms.
Notes
• FromContinuedFraction[{ , , , ... }] returns  . • The  can be symbolic. • FromContinuedFraction[{ , , ... , { , , ... }}] returns the exact number whose continued fraction terms start with the  , then consist of cyclic repetitions of the  . • New in Version 4.
|