Package: libmath-nocarry-perl (1.10-1) [universe]
Links for libmath-nocarry-perl
Ubuntu Resources:
Download Source Package libmath-nocarry-perl:
- [libmath-nocarry-perl_1.10-1.dsc]
- [libmath-nocarry-perl_1.10.orig.tar.gz]
- [libmath-nocarry-perl_1.10-1.diff.gz]
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Perl Group (Mail Archive)
- gregor herrmann
- Gunnar Wolf
It should generally not be necessary for users to contact the original maintainer.
Similar packages:
Perl extension for no carry arithmetic
No carry arithmetic doesn't allow you to carry digits to the next column. For example, if you add 8 and 4, you normally expect the answer to be 12, but that 1 digit is a carry. In no carry arithmetic you can't do that, so the sum of 8 and 4 is just 2. In effect, this is addition modulo 10 in each column. I discard all of the carry digits in this example:
1234 + 5678 ------ 6802
For multiplication, the result of pair-wise multiplication of digits is the modulo 10 value of their normal, everyday multiplication.
Other Packages Related to libmath-nocarry-perl
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practical Extraction and Report Language
Download libmath-nocarry-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 7.8 kB | 68.0 kB | [list of files] |