Package fi_lib: Information

    Source package: fi_lib
    Version: 1.2-alt4
    Build time:  Mar 16, 2011, 05:54 PM
    Report package bug
    License: LGPL v2.0 or later
    Summary: A fast interval library
    Description: 
    The main features of the library, called fi_lib  (fast interval library)
    are:
    
    * Fast table look-up algorithms are used for the basic functions like
      arctan, exp or log
    * All elementary function routines are supplied with reliable relative
      error bounds of high quality. The error estimates cover rounding
      errors, errors introduced by not exactly representable constants as
      well as approximation errors (best approximations with reliable error
      bounds).
    * All error estimates are reliable worst-case estimates, which have been
      derived using interval methods.
    * We only insist in a faithful computer arithmetic. The routines do not
      manipulate the rounding mode of basic operations (setting the rounding
      mode may be rather expensive).
    * No higher precision internal data format is used. All computations are
      done using the IEEE-double format (64 bit).
    * A C++ interface for easier use is also supplied with the library.
    * To get good portability all programs are written in ANSI-C.

    List of rpms provided by this srpm:
    fi_lib-examples (x86_64, i586)
    fi_lib-examples-debuginfo (x86_64, i586)
    libfi_lib (x86_64, i586)
    libfi_lib-debuginfo (x86_64, i586)
    libfi_lib-devel (x86_64, i586)


    List of contributors:
    Eugeny A. Rostovtsev

    ACL:
    Eugeny A. Rostovtsev
    @everybody

      1. gcc-c++

    Last changed


    March 16, 2011 Eugeny A. Rostovtsev 1.2-alt4
    - Added -g into compiler flags
    Feb. 10, 2011 Eugeny A. Rostovtsev 1.2-alt3
    - Rebuilt for debuginfo
    Oct. 19, 2010 Eugeny A. Rostovtsev 1.2-alt2
    - Rebuilt for soname set-versions