Пакет perl-Math-Decimal64: Информация

    Исходный пакет: perl-Math-Decimal64
    Версия: 0.17-alt1
    Последняя версия по данным Repology
    Собран:  8 февраля 2022 г. 22:22 в задании #295041
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Math-Decimal64/

    Лицензия: perl
    О пакете: (alpha) perl interface to C's _Decimal64 operations.
    Описание: 
    Note that this module is alpha software. It seems to work ok
       for me on MS Windows (compiling with gcc-4.6.3, gcc-4.7.0)
       but, at time of release, is untested elsewhere.
    
       Math::Decimal64 supports up to 16 decimal digits of significand
       (mantissa) and an exponent range of -383 to +384.
       The smallest expressable value is -9.999999999999999e384 (which
       is also equivalent to -9999999999999999e369).
       The largest expressable value is 9.999999999999999e384 (which
       also equivalent to 9999999999999999e369).
       The closest we can get to zero is (plus or minus) 1e-384
       (which is also equivalent to 1000000000000000e-399).
    
       This module allows decimal floating point arithmetic via
       operator overloading - see "OVERLOADING".
    
       In the documentation that follows, "$mantissa" is a perl scalar
       holding a string of up to 16 decimal digits:
        $mantissa = '1234';
        $mantissa = '1234567890123456';
    
       For many values, it normally shouldn't matter if $mantissa is
       assigned as a number:
        $mantissa = 1234;      # should work ok.
    
       But on some perls there are values that *need* to be assigned
       as a string. For example, on perls where nvtype is an 8 byte
       'double':
        $mantissa = '-9307199254740993'; # works fine
        $mantissa = -9307199254740993;   # will assign wrong value
    
       So ... where you see "$mantissa" in the following docs, think
       *string* of up to 16 decimal digits".

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    perl-Math-Decimal64 (x86_64, ppc64le, i586)
    perl-Math-Decimal64-debuginfo (x86_64, ppc64le, i586)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko
    @everybody

      1. perl(Config.pm)
      2. perl(DynaLoader.pm)
      3. perl(Exporter.pm)
      4. perl(ExtUtils/MakeMaker.pm)
      5. perl(Math/BigInt.pm)
      6. perl(Math/LongDouble.pm)
      7. perl(overload.pm)
      8. perl(subs.pm)
      9. perl-devel
      10. perl-podlators
      11. rpm-build-perl

    Последнее изменение


    8 февраля 2022 г. Igor Vlasenko 0.17-alt1
    - automated CPAN update
    21 сентября 2020 г. Igor Vlasenko 0.16-alt3
    - excluded arpmh
    24 февраля 2020 г. Igor Vlasenko 0.16-alt2
    - ppc64le build