source:
trunk/essentials/dev-lang/perl/lib/bigrat.pl
| Last change on this file was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 4.4 KB | |
| Line | |
|---|---|
| 1 | package bigrat; |
| 2 | require "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 | # |
