معرفی شرکت ها


perl-Math-GMPn-0.03-alt2.2.i586.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fixed length integer arithmetic.
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p9
مخزن ALTLinux classic i586
نام بسته perl-Math-GMPn
نام فایل بسته perl-Math-GMPn-0.03-alt2.2.i586.rpm
نسخه بسته 0.03
انتشار بسته alt2.2
معماری بسته i586
نگهدارنده -
تاریخ ساخت Fri 25 Jan 2019 08
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Math-GMPn/
مجوز perl
حجم دانلود 25K
حجم نصب 58.319K
This module provides a set of functions to perform arithmetic on fixed length but arbitrarily large bit strings implemented on top of the GMP library low level functions (see http://gmplib.org/manual/Low_002dlevel-Functions.html). Numbers are represented as arrays of GMP mp_limb_t integers (usually, the native unsigned int) packed into Perl scalars without any additional wrapping. The bit length of the strings passed to the module must be a multiple of the mp_limb_t bit size (32 and 64 bits for 32bit and 64bit machines respectively). Most operations do not check that condition and their results are unspecified when arguments with non conforming sizes are used. Also, the strings passed must by internally aligned on a mp_limb_t boundary. That usually means not using the four argument variant of `substr' on any scalar that would be passed to Math::GMPn. For instance: $a = ...; $b = ...; substr($a, 0, 3, ""); mpn_add($r, $a, $b); # croaks! When strings of different length are used on the same operation, the result lenght is equal to that of the largest input. For instance, adding a 128bit string and a 256bit string will output a 256bit string. Overflows are silently discarded.


جایگزین ها

بسته نسخه معماری مخزن
perl-Math-GMPn-0.03-alt2.2.mipsel.rpm 0.03 mipsel ALT classic
perl-Math-GMPn-0.03-alt2.2.ppc64le.rpm 0.03 ppc64le ALT classic
perl-Math-GMPn-0.03-alt2.2.x86_64.rpm 0.03 x86_64 ALT classic
perl-Math-GMPn-debuginfo-0.03-alt2.2.mipsel.rpm 0.03 mipsel ALT debuginfo


نیازمندی

مقدار نام
- /usr/lib/perl5
- libc.so.6(GLIBC_2.0)
- libc.so.6(GLIBC_2.1.3)
- libc.so.6(GLIBC_2.3.4)
- libc.so.6(GLIBC_2.4)
>= set:mhUS2WlDFOxFvCo9Z2oH3bHUeulZmMFTV6nWFZmXngkSMwvXN0L5Pwiv8Cy libgmp.so.10
- rpmlib(SetVersions)
>= set:ojjB3QrZeS8xSMZanJOcZByQG988iU2iHijpYZ3pse88jEcBJgZAZhQr libperl-5.28.so
- perl(XSLoader.pm)
- rtld(GNU_HASH)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.030 perl(Math/GMPn.pm)
= 0.03-alt2.2:sisyphus+219907.60500.1.1 perl-Math-GMPn


نحوه نصب


نصب پکیج rpm perl-Math-GMPn:

    sudo apt-get install perl-Math-GMPn-0.03-alt2.2.i586.rpm


فایل ها

مسیرها
/usr/lib/perl5/Math
/usr/lib/perl5/Math/GMPn.pm
/usr/lib/perl5/auto/Math
/usr/lib/perl5/auto/Math/GMPn
/usr/lib/perl5/auto/Math/GMPn/GMPn.so
/usr/share/doc/perl-Math-GMPn-0.03
/usr/share/doc/perl-Math-GMPn-0.03/Changes
/usr/share/doc/perl-Math-GMPn-0.03/README


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2019-01-24

rebuild with new perl 5.28.1

2017-12-15

rebuild with new perl 5.26.1

2017-02-03

rebuild with new perl 5.24.1

2015-11-25

rebuild with new perl 5.22.0

2014-12-09

rebuild with new perl 5.20.1

2014-02-19

moved to Sisyphus for Slic3r (by dd@ request)

2013-10-14

initial import by package builder