Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11222331
float.mli
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
float.mli
View Options
(* 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
Details
Attached
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)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment