Skip to content
Sections
>> Ubuntu >> Packages >> hardy >> perl >> libmath-nocarry-perl
hardy  ] [  lucid  ] [  natty  ] [  oneiric  ] [  precise  ] [  quantal  ]
[ Source: libmath-nocarry-perl  ]

Package: libmath-nocarry-perl (1.10-1) [universe]

Links for libmath-nocarry-perl

Screenshot

Ubuntu Resources:

Download Source Package libmath-nocarry-perl:

Maintainer:

Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.

Original Maintainers (usually from Debian):

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

  • depends
  • recommends
  • suggests
  • dep: perl (>= 5.6.0-16)
    Larry Wall's Practical Extraction and Report Language

Download libmath-nocarry-perl

Download for all available architectures
Architecture Package Size Installed Size Files
all 7.8 kB68.0 kB [list of files]