module Float:Float implementation.sig..end
include Utils.Comparable
val set_precision : float -> unitequal and compare for float.
	If the precision is p, then the floats x and y are equal iff
	abs(x-y) < p.  By default, the precision is 1e-3 (that is one
	millisecond if floats represents seconds).val round : t -> int