package calcium

  1. Overview
  2. Docs
Stub of the C library Antic. For exact computation with real and complex numbers, presently in early development

Install

Dune Dependency

Authors

Maintainers

Sources

flint-0.3.2.tbz
sha256=1a8a1278631602a7d17d0fe665f6e6194520c894caf26162a0eff85a545d466c
sha512=b179c3c953b47e7495201631c38d906332306d51d8b2243083ddbb2ec971d735cc842b77385655c22a1e724bb3fe635ec541c3a31ed7da2c3d6559d440a2fd21

CHANGES.html

CHANGES

## Release 0.3.2 ##
  - Bump to dune 3.7 using ctypes stanza 0.3

## Release 0.3.1 ##
  - Use installed C libraries instead of compiling them internally

## Release 0.3 ##
  - For computing algebraic root of polynomial:
   - Add small binding to qqbar from calcium
   - Add small binding to fmpz_poly

## Release 0.2.3 ## 
  - revert flint version to 2.9.0

## Release 0.2.2 ## 
   - Fix really stub compilation on macosx (@msri)

## Release 0.2.1 ##
   - Fix stub compilation on macosx
   - Spurious bump of flint version to trunk

## Release 0.2 ##
  - Bump flint to 2.9
    - should fix alpine
  - Bump antic to 0.2.5
  - Bump arb to 2.23.0
  - calcium already at 0.4.1
  - macosx: move .dylib to .so

## Release 0.1.6 ##
  - use pkg-config for finding gmp and mpfr

## Release 0.1.3 ##

  - fixes compilation on ocaml < 4.13
  - fixes packages


## Release 0.1 ##

  Initial Release