Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "interval"

Title:Interval arithmetic for SWI-Prolog
Rating:Not rated. Create the first rating!
Latest version:0.1
SHA1 sum:e6edf1d4886df055a912aa721eb87c848a65e640
Author:Matthias Gondan <Matthias.Gondan-Rochon@uibk.ac.at>

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
0.1157cdd4bc4da5c0174d0a3adf50831fefec82ccf1https://github.com/mgondan/interval.git
9f31186fd8abdaa6d8f061e4409faf766f6ac39a3https://github.com/mgondan/interval.git
b1471f2428ce497ffaf57f265cb60441d6561a502https://github.com/mgondan/interval.git
d805001a780c0a6442b0c864ee0a64abe382f5571https://github.com/mgondan/interval.git
e6edf1d4886df055a912aa721eb87c848a65e6402https://github.com/mgondan/interval.git

interval

Interval arithmetic for SWI-Prolog

Installation

pack_install(interval).

Usage

use_module(library(interval)).
interval((2...3 * 1...2) / -1...1, Res).

Include R-functions

pack_install(rologp).
use_module(library(rint)).
interval(pbinom(3, 10, 0.1...0.2, Res)).

Contents of pack "interval"

Pack contains 5 files holding a total of 9.8K bytes.