Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Science and Engineering > Mathematics

    Interval arithmetic for Ada 1.10

    Download button

    No screenshots available
    Downloads: 513  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.4/5)
    17 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Dmitry A. Kazakov | More programs
    GMGPL / FREE
    February 14th, 2012, 12:08 GMT [view history]
    ROOT / Science and Engineering / Mathematics

     Read user reviews (0)  Refer to a friend  Subscribe

    Interval arithmetic for Ada description

    Interval arithmetic for Ada is a math library that provides an implementation of intervals for Ada.

    Interval arithmetic for Ada is a math library that provides an implementation of intervals for Ada. It includes arithmetic and relational operations.

    Examples:

    Tri-state logic

    The package Intervals serves as a root package and also provides tri-state logic necessary to define relational operations on intervals. The type Logical is defined as:

    type Logical is (False, True, Uncertain);

    The following operations are defined for Logical:

    function "not" (Left : Logical) return Logical;
    function "and" (Left, Right : Logical) return Logical;
    function "and" (Left : Logical; Right : Boolean)
    return Logical;
    function "and" (Left : Boolean; Right : Logical)
    return Logical;
    function "or" (Left, Right : Logical) return Logical;
    function "or" (Left : Logical; Right : Boolean)
    return Logical;
    function "or" (Left : Boolean; Right : Logical)
    return Logical;
    function "xor" (Left, Right : Logical) return Logical;
    function "xor" (Left : Logical; Right : Boolean)
    return Logical;
    function "xor" (Left : Boolean; Right : Logical)
    return Logical;


    Product's homepage

    What's New in This Release: [ read full changelog ]

    · This release is packaged for Fedora and Debian 32- and 64-bit x86 architectures.

      


    TAGS:

    Ada intervals | arithmetic operations | relational operations | Ada | intervals | arithmetic



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM