package crlibm

  1. Overview
  2. Docs
Binding to CRlibm, a correctly rounded math lib

Install

Dune Dependency

Authors

Maintainers

Sources

crlibm-0.5.1.tbz
sha256=fcc6ff4497eb168a91bac7967316164ff0d3e1ee776fed958718a9cd7c49983b
sha512=1b62bde2d45b74ef4b15b015c90bb0f0a292180b6436f8deab81d54ab08b9cede9265c82b309a4e5377f97181049d1430bce8867df025a09859f503de0eb8032

CHANGES.md.html

0.5.1 2021-11-11

  • Fix compilation on the Intel 32 bits platform.

0.5 2021-11-03

  • Rename sub-modules to more standard names.

0.4 2019-04-06

  • Fix undeclared symbol in CRlibm for Windows MinGW.

  • Fix warning about extraneous parentheses in CRlibm code.

  • Automatically execute crlibm_init and crlibm_exit.

  • Add some tests.

0.3 2018-09-29

  • Switch to Dune and dune.configurator.

0.2 2018-06-10

  • Speed improvements.

0.1 2018-05-14

  • Binding to CRlibm with rounding modes presented as modules.

  • Elementary test.

  • Speed test (comparison with standard functions).