[ANN]: MixedNumberPrinter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ANN]: MixedNumberPrinter

Sean P. DeNigris
Administrator
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