Пакет libscs: Информация

    Исходный пакет: libscs
    Версия: 1.4.1-alt3_15.2
    Собран:  30 сентября 2017 г. 6:09 в задании #189378
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.ens-lyon.fr/LIP/Arenaire/Ware/SCSLib/

    Лицензия: LGPLv2+
    О пакете: Software Carry-Save Multiple-Precision Library
    Описание: 
    The Software Carry-Save (SCS) Library is a fast and lightweight
    multiple-precision library.
    
    SCSLib has the following features:
    
    - Multiple-precision
    SCSLib is a fixed-precision library, where precision is selected at
    compile-time. Out-of-the-box, the library ensures 210 bits of precision
    (quad-double).
    
    - Floating-point format
    The SCS format is a floating-point format where exponents are machine integers
    (usually 32-bit numbers), which ensures a huge exponent range.
    
    - Supported operations
    SCSLib currently offers addition/subtraction, multiplication, and an
    experimental division, plus all the useful conversion functions.
    
    - IEEE-754 compatibility
    The range of SCS numbers includes the range of IEEE double-precision numbers,
    including denormals and exceptional cases. Conversions between SCS format and
    IEEE-754 doubles, as well as arithmetic operations, follow the IEEE rules
    concerning the exceptional cases. SCS doesn't ensure correct rounding, but
    provides conversions to doubles in the four IEEE-754 rounding modes.
    
    - Performance
    SCSLib is designed to be fast. With 210 bits, it outperforms MPF for most
    operations on most architectures.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libscs (x86_64, i586)
    libscs-debuginfo (x86_64, i586)
    libscs-devel (x86_64, i586)

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

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

      1. libtool-common
      2. gcc-c++
      3. autoconf-common
      4. automake-common
      5. libmpfr-devel
      6. libgmpxx-devel
      7. libgmp-devel

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


    27 сентября 2017 г. Igor Vlasenko 1.4.1-alt3_15.2
    - update to new release by fcimport
    16 марта 2017 г. Igor Vlasenko 1.4.1-alt3_13.2
    - update to new release by fcimport
    15 февраля 2016 г. Igor Vlasenko 1.4.1-alt3_12.2
    - update to new release by fcimport