package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.16.2.tar.gz
md5=bcac85c0ec5795ccabf1dccf0968ecd9
sha512=2e68556773549e0bf302c8733c9fc57df3c0fd73a1b547dc17097f74c5b5482c816ef89853b437e49452da7c124ef32a8a0de0dff64d71145b2ab11befbe5bb2

doc/core/Core/Robustly_comparable/index.html

Module Core.Robustly_comparableSource

This interface compares float-like objects with a small tolerance.

For example =. returns true if the floats are almost but not quite equal, and >. returns false if the floats are almost equal. The tolerance is intended to be about right for human-entered values like prices and seconds.

Sourcemodule type S = sig ... end