| Author |
Displaying Fraction with Java
|
Apple Khoa
Ranch Hand
Joined: Jul 27, 2011
Posts: 37
|
|
Dear all,
Is it possible to display fractions as how human will normally write [e.g. superscript(3) / subscript(4)] with Java, rather than displaying it as "3/4"?
I am aware that Latex can display fractions, but from what I can understand, it cannot be embed into Java code to give a .java file. Kindly correct me if I am wrong.
All advices will be greatly appreciated.
Thanks in advance.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16480
|
|
|
That all depends on what you mean by "display". Display where? In what context?
|
 |
 |
|
|
subject: Displaying Fraction with Java
|
|
|