package interval_base

  1. Overview
  2. Docs

Module I.PrecisionSource

Global precision for the functions I.pr and I.pp.

Sourceval set : int option -> unit

Set the number of decimals used by pr and pp. If None, use as many digits as needed to accurately print the interval.

Sourceval get : unit -> int option

Return the decimal precision used by pp, if any.

OCaml

Innovation. Community. Security.