Difference between revisions of "ContinuedFraction Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}} {{command|logical}} ;ContinuedFraction[ <Number> ] ;ContinuedFraction[ <Number>, <Level> ] ;Continu...")
 
Line 2: Line 2:
 
{{command|logical}}
 
{{command|logical}}
 
;ContinuedFraction[ <Number> ]  
 
;ContinuedFraction[ <Number> ]  
 +
:Creates [[w:Continued fraction|continued fraction]] of given number. The result is a LaTeX [[Texts|text object]]. The fraction is computed numerically within precision 10<sup>-8</sup>.
 
;ContinuedFraction[ <Number>, <Level> ]  
 
;ContinuedFraction[ <Number>, <Level> ]  
;ContinuedFraction[ <Number>, <Level>, <Shorthand true|false> ]
+
:Creates continued fraction of given number. Number of quotients is less than or equal to ''Level'', but never excceds the number of quotients needed to achieve the precision mentioned above.
 +
;ContinuedFraction[ <Number>, <Level (optional)>, <Shorthand true|false> ]
 +
:Meaning of first two arguments is same as above. When ''Shorthand'' is true, shorter syntax for the result is used.

Revision as of 02:05, 1 June 2012


ContinuedFraction[ <Number> ]
Creates continued fraction of given number. The result is a LaTeX text object. The fraction is computed numerically within precision 10-8.
ContinuedFraction[ <Number>, <Level> ]
Creates continued fraction of given number. Number of quotients is less than or equal to Level, but never excceds the number of quotients needed to achieve the precision mentioned above.
ContinuedFraction[ <Number>, <Level (optional)>, <Shorthand true|false> ]
Meaning of first two arguments is same as above. When Shorthand is true, shorter syntax for the result is used.
© 2024 International GeoGebra Institute