| Value | Description |
val chop : float -> float |
Round tiny floats to zero
|
val delta : float |
A significant float
|
val delta32 : float32 | |
val epsilon_float : float |
The smallest exactly-represented float x such that 1.0 + x <> 1.0
|
val epsilon_float32 : float32 | |
val product : int -> int -> (int -> float) -> float |
Multiply the results of the given function over the given integer range
|
val sum : int -> int -> (int -> float) -> float |
Sum the results of the given function over the given integer range
|
val time : ('a -> 'b) -> 'a -> 'b |
Time the given function application, printing the result to the console
|