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:eb3031f8713c83e96c3cfd9d3b8c081987fcc119
Author:Matthias Gondan <Matthias.Gondan-Rochon@uibk.ac.at>

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
0.104cef1aa5b4c1a6a413c94586c50ee1038d267f63https://github.com/mgondan/interval.git
10b059f52a682a07559415f3811be6768fdcbce42https://github.com/mgondan/interval.git
14509f2c567c1f863079009896e9d5f14f8822642https://github.com/mgondan/interval.git
157cdd4bc4da5c0174d0a3adf50831fefec82ccf1https://github.com/mgondan/interval.git
26f98585d9a157aebf5ea9a2d672147ecfce108e2https://github.com/mgondan/interval.git
2ebea260520044025b036df03cdf782b82b6b15c1https://github.com/mgondan/interval.git
3736dfece2275df332f813f586d50dce9f704b123https://github.com/mgondan/interval.git
467b213e121001c9a91d5b1befacb2cc8dfdeb9311https://github.com/mgondan/interval.git
60f7dc85c7159674f5d315439f1c2847394dc1e91https://github.com/mgondan/interval.git
6b5b0bf37a58935d52a03d22c139a193469ce3391https://github.com/mgondan/interval.git
722aaf76fcef5117c28e239466e78dbf66dbd1bc1https://github.com/mgondan/interval.git
9f31186fd8abdaa6d8f061e4409faf766f6ac39a3https://github.com/mgondan/interval.git
a9a736094173d45940539b4564e33e4c432ebef81https://github.com/mgondan/interval.git
ace098b29c8a57981ba8c13b8166c2bed8c2a4ff1https://github.com/mgondan/interval.git
b13ebd60aabd80382a9f234b322cf23865771eee1https://github.com/mgondan/interval.git
b1471f2428ce497ffaf57f265cb60441d6561a502https://github.com/mgondan/interval.git
b288eb485cd1309f3b66e03b4e00bb1d8eedf4ad2https://github.com/mgondan/interval.git
c2a2c49e0e3e2c0b6f2cbc763a51b4fefa09a2f81https://github.com/mgondan/interval.git
cca12100394a2819b6f564081c047aab34e512515https://github.com/mgondan/interval.git
d805001a780c0a6442b0c864ee0a64abe382f5571https://github.com/mgondan/interval.git
db283b9fc3d0d29a00167459e038f27498de45df1https://github.com/mgondan/interval.git
e6edf1d4886df055a912aa721eb87c848a65e6402https://github.com/mgondan/interval.git
eb3031f8713c83e96c3cfd9d3b8c081987fcc1191https://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 13 files holding a total of 19.6K bytes.