package mlfenv

  1. Overview
  2. Docs
OCaml C bindings for fenv(3)

Install

Dune Dependency

Authors

Maintainers

Sources

mlfenv.1.0.0.tar.gz
md5=ce6c1145fb0f91cee9b41685611de3d1

Description

The package provides bindings for fenv(3).

The Fenv module aims to bind fenv(3) functions for floating-point rounding and exception handling. At this point, only bindings for fegetround and fesetround are implemented. Please, create an issue if you need more support to fenv functions.

Published: 12 Nov 2019

README

README.md

mlfenv

OCaml bindings to fenv(3)

The Fenv module aims to bind fenv(3) functions for floating-point rounding and exception handling. At this point, only bindings for fegetround and fesetround are implemented. Please, create an issue if you need more support to fenv functions.

install

mlfenv depends on dune build system (see opam to install dune), then:

dune build @all @runtest

usage

See the tests for some examples.

Dependencies (2)

  1. dune >= "1.11.0"
  2. ocaml >= "4.08"

Dev Dependencies

None

Used by

None

Conflicts

None