ocamlcreal 0.7-6build4 source package in Ubuntu

Changelog

ocamlcreal (0.7-6build4) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Sat, 19 Nov 2011 11:58:06 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Downloads

File Size SHA-256 Checksum
ocamlcreal_0.7.orig.tar.gz 57.8 KiB 40714e2073edea8f03375134ea9b62c4a3282d9a705a7cddf57188cd04c2685d
ocamlcreal_0.7-6build4.diff.gz 4.8 KiB b4ebc207eb70631a495fa803f92440f43f1d06e4d46f10cb9b5069a477c43e60
ocamlcreal_0.7-6build4.dsc 2.0 KiB 11060383ca4adbf81f4cbeeb96f8e24258075a52f8dfa1a5b373f7736d2c32fc

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.