Re: [Solution] Perl 'Easy' Quiz of the Week #2006-04-02 - Rounded Fractions

Roger Burton West <roger-UvLOT2mcgw/[email protected]> Wed, 5 Apr 2006 12:33:42 +0100
Newsgroups gmane.comp.lang.perl.qotw.discuss
Message-ID <[email protected]>
On Wed, Apr 05, 2006 at 01:24:45PM +0200, "Christian D?hl" wrote:

>I have written a solution to the running quest of the week (rounded
>fractions).

It does more or less the same as my version, except that I stored them
internally to vulgar fractions rather than keeping a separate
whole-number part.

R