package interval_intel

  1. Overview
  2. Docs

Module I.ArrSource

Operations on arrays of intervals.

Sourceval size_max : t array -> float

Computes the size of the largest interval of the interval vector.

Sourceval size_mean : t array -> float

Computes the mean of the size of intervals of the interval vector.

Sourceval to_string : ?fmt:(float -> 'b, 'a, 'b) format -> t array -> string

to_string a returns a string representation of a.

  • parameter fmt

    is the format used to print the two bounds of i. Default: "%g".

Sourceval pr : out_channel -> t array -> unit

Print the interval array to the channel. To be used with Printf format "%a".

Sourceval pp : Format.formatter -> t array -> unit

Print the interval array to the formatter. To be used with Format format "%a".

Sourceval fmt : (float -> 'b, 'a, 'b) format -> (t array -> 'c, 'd, 'e, 'c) format4
OCaml

Innovation. Community. Security.