package crlibm

  1. Overview
  2. Docs

Description

Tags

libm math science

Published: 10 Jun 2018

README

README.md

Crlibm

This module is a binding to CRlibm, an efficient and proved correctly-rounded mathematical library. CRlibm is now superseded by MetaLibm but the latter requires some polishing and documentation. For the user convenience, this module embeds the relevant C code from the CRlibm Git repository.

Install

The easier is to use opam:

opam install crlibm

Documentation

See crlibm.mli, also available online.

Dependencies (6)

  1. base-bytes build
  2. configurator build
  3. stdio build
  4. base build
  5. jbuilder >= "1.0+beta7"
  6. ocaml >= "4.02"

Dev Dependencies (1)

  1. benchmark with-test

Used by (1)

  1. interval_crlibm < "1.6"

Conflicts

None