Page MenuHomeHEPForge

float.mli
No OneTemporary

float.mli

(* circe2/float.mli -- *)
(* Copyright (C) 2001-2014 by Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
Circe2 is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
Circe2 is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *)
module type T =
sig
type t
(* Difference between~$1.0$ and the minimum float greater than~$1.0$ *)
val epsilon : t
val to_string : t -> string
val input_binary_float : in_channel -> float
val input_binary_floats : in_channel -> float array -> unit
end
module Double : T with type t = float
(*i
* Local Variables:
* mode:caml
* indent-tabs-mode:nil
* page-delimiter:"^(\\* .*\n"
* End:
i*)

File Metadata

Mime Type
text/x-ruby
Expires
Wed, May 14, 11:46 AM (10 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5107756
Default Alt Text
float.mli (1 KB)

Event Timeline