package xapi-rrd

  1. Overview
  2. Docs

* @group Performance Monitoring

exception Parse_error
module BoundedFloat : sig ... end
val isnan : float -> bool
val array_index : 'a -> 'b array -> int
val array_remove : int -> 'a array -> 'b array
val filter_map : ('a -> 'b option) -> 'c list -> 'd list
val setify : 'a list -> 'b list
val f_to_s : float -> string

C# and JS representation of special floats are 'NaN' and 'Infinity' which are different from ocaml's native representation. Caml is fortunately more forgiving when doing a float_of_string, and can cope with these forms, so we make a generic float_to_string function here

module Xmlm_utils : sig ... end