[Home] Module FlyingFrog.Misc


Miscellaneous utilities

Modules (as contributed by assembly 'FSharpForNumerics')

ModuleDescription
FlyingFrog.Misc.Complex Extra functions related to complex numbers

Values

ValueDescription
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

See Also

FlyingFrog


Documentation for assembly FSharpForNumerics, version 0.2.0.2, generated using F# Programming Language version 1.9.6.16