PR#4507: incorrect documentation for epsilon_float (follow-up)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8846 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2008-03-18 14:11:34 +00:00
parent 6559ae1996
commit 1d3f14e995
1 changed files with 1 additions and 3 deletions

View File

@ -362,9 +362,7 @@ val min_float : float
val epsilon_float : float
(** The difference between [1.0] and the smallest exactly representable
floating-point number greater than [1.0]. In other words,
[epsilon_float] is the smallest positive floating-point number [x]
such that [(1.0 +. x) -. 1.0 = x]. *)
floating-point number greater than [1.0]. *)
type fpclass =
FP_normal (** Normal number, none of the below *)