Paquet : libmath-nocarry-perl (1.112-1)
Liens pour libmath-nocarry-perl
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source libmath-nocarry-perl :
- [libmath-nocarry-perl_1.112-1.dsc]
- [libmath-nocarry-perl_1.112.orig.tar.gz]
- [libmath-nocarry-perl_1.112-1.debian.tar.xz]
Responsables :
- Debian Perl Group (Page QA, Archive du courrier électronique)
- Damyan Ivanov (Page QA)
- gregor herrmann (Page QA)
Ressources externes :
- Page d'accueil [metacpan.org]
Paquets similaires :
Perl module for no carry arithmetic
The perl module Math::NoCarry implememnts no carry arithmetic which 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. The following example discards all of the carry digits:
1234 + 5678 ------ 6802
For multiplication, the result of pair-wise multiplication of digits is the modulo 10 value of their normal, everyday multiplication.
Autres paquets associés à libmath-nocarry-perl
|
|
|
|
-
- dep: perl
- langage de rapports et d'extractions pratiques de Larry Wall
Télécharger libmath-nocarry-perl
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 11,5 ko | 32,0 ko | [liste des fichiers] |