Difference between revisions of "FractionText Command"

From GeoGebra Manual
Jump to: navigation, search
(if we want to give an example, it is more intelligent if it is serious)
m (added link to SurdText cmd)
Line 6: Line 6:
 
: Displays the coordinates of the point as fractions in the [[Graphics View]].
 
: Displays the coordinates of the point as fractions in the [[Graphics View]].
 
: {{Example| 1=If ''A=(1.33,0.8)'' is a point, then <code>FractionText[A]</code> gives you the coordinates ''<math> \left( \frac{133}{100} ,\frac{4}{5} \right) </math>'' as a text.}}
 
: {{Example| 1=If ''A=(1.33,0.8)'' is a point, then <code>FractionText[A]</code> gives you the coordinates ''<math> \left( \frac{133}{100} ,\frac{4}{5} \right) </math>'' as a text.}}
 +
{{Note|1= See also [[SurdText Command|SurdText]] command.}}

Revision as of 15:42, 19 February 2014



FractionText[ <Number> ]
Converts the number to a fraction, which is displayed as a (LaTeX) text object in the Graphics View.
Example: If a: y = 1.5 x + 2 is a line, then FractionText[Slope[a]] gives you the fraction 3/2 as a text.
FractionText[ <Point> ]
Displays the coordinates of the point as fractions in the Graphics View.
Example: If A=(1.33,0.8) is a point, then FractionText[A] gives you the coordinates \left( \frac{133}{100} ,\frac{4}{5} \right) as a text.
Note: See also SurdText command.
© 2024 International GeoGebra Institute