Пакет: libmath-nocarry-perl (1.115-1)
Ссылки для libmath-nocarry-perl
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код libmath-nocarry-perl:
- [libmath-nocarry-perl_1.115-1.dsc]
- [libmath-nocarry-perl_1.115.orig.tar.gz]
- [libmath-nocarry-perl_1.115-1.debian.tar.xz]
Сопровождающие:
- Debian Perl Group (Страница КК, Почтовый архив)
- Damyan Ivanov (Страница КК)
- gregor herrmann (Страница КК)
Внешние ресурсы:
- Сайт [metacpan.org]
Подобные пакеты:
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.
Другие пакеты, относящиеся к libmath-nocarry-perl
|
|
|
|
-
- dep: perl
- практический язык Ларри Уолла для извлечения данных и составления отчётов
Загрузка libmath-nocarry-perl
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 10,1 Кб | 30,0 Кб | [список файлов] |