Login  Register

[ANN]: MixedNumberPrinter

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

[ANN]: MixedNumberPrinter

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