Interval arithmetic for Ada

Software Screenshot:
Interval arithmetic for Ada
Software Details:
Version: 1.10
Upload Date: 14 Apr 15
Developer: Dmitry A. Kazakov
Distribution Type: Freeware
Downloads: 52

Rating: nan/5 (Total Votes: 0)

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;

What is new in this release:

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

Similar Software

galculator
galculator

20 Feb 15

SegyMAT
SegyMAT

12 May 15

smib
smib

10 Mar 16

dynts
dynts

11 May 15

Other Software of Developer Dmitry A. Kazakov

Comments to Interval arithmetic for Ada

Comments not found
Add Comment
Turn on images!