DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibcreal-ocaml-dev
BeschreibungO'Caml library that implements exact real arithmetic
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.7-6build1
Sektionuniverse/libdevel
Prioritätoptional
Installierte Größe576 Byte
Hängt ab vonlibgmp-ocaml-dev-uyp85, ocaml-nox-3.11.2
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleocamlcreal
Paketgröße153614 Byte
Prüfsumme MD59f9cd963c1e5bdb4a3004e3a226c2644
Prüfsumme SHA109a402718b9e7b4792d03f29cbe6fc60ccc5c42d
Prüfsumme SHA2560c452cb436ab14316d5ec3cda7f2b13322e30e32db2e30f5aa018650a7d13f0c
Link zum Herunterladenlibcreal-ocaml-dev_0.7-6build1_i386.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds