ocamlcreal 0.7-6build11 source package in Ubuntu

Changelog

ocamlcreal (0.7-6build11) hirsute; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Mon, 02 Nov 2020 14:09:14 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocamlcreal_0.7.orig.tar.gz 57.8 KiB 40714e2073edea8f03375134ea9b62c4a3282d9a705a7cddf57188cd04c2685d
ocamlcreal_0.7-6build11.diff.gz 5.2 KiB 1d70b90ea308e72ed5ca97de25930a855857642e5cb124695eed6d6b99f8479c
ocamlcreal_0.7-6build11.dsc 2.1 KiB 772efeaeac105213eac66d67b04c1c85e24b7ded23c54184396a564e51867ae0

Available diffs

View changes file

Binary packages built by this source

libcreal-ocaml-dev: O'Caml library that implements exact real arithmetic

 This module implements exact real arithmetic, following Valerie
 Menissier-Morain Ph.D. thesis (http://www-calfor.lip6.fr/~vmm/).
 .
 A real x is represented as a function giving, for any n, an
 approximation zn/4^n of x such that |zn/4^n - x| < 1, where zn is an
 arbitrary precision integer (of type Gmp.Z.t).
 .
 Coercions from type int, Gmp.Z.t, Gmp.Q.t, basic operations (addition,
 subtraction, multiplication, division, power, square root) and
 transcendental functions (sin, cos, tan, log, exp, arcsin, arccos,
 etc.) and a few constants (pi, e) are provided.
 .
 A small reverse-polish calculator is provided to test the library.