Definition: NA
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 \frac{3}{2} as a text.
If you want to convert a number like a=1.047 to π/3, you must first divide out π using FractionText[] as follows:
FractionText[(a/pi)]+" \cdot \pi"

 Up one level


Page last modified on November 25, 2009, at 08:17 AM