I wrote a little tool to print fractions/decimals as mixed numbers. Enjoy :)
Gofer it
smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground';
package: 'MixedNumberPrinter';
load.
Usage Examples:
1.25 mixedNumberString = '1ΒΌ'. "use special ASCII characters when possible"
1.125 mixedNumberString = '1 1/8'
Cheers,
Sean