source: trunk/essentials/dev-lang/perl/lib/bigrat.pl

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 4.4 KB
Line 
1package bigrat;
2require "bigint.pl";
3#
4# This library is no longer being maintained, and is included for backward
5# compatibility with Perl 4 programs which may require it.
6#
7# In particular, this should not be used as an example of modern Perl
8# programming techniques.
9#
10# Arbitrary size rational math package
11#
12# by Mark Biggar
13#