FSharpAux


Math

Namespace: FSharpAux
Attributes:
[<AutoOpen>]

Nested types and modules

ModuleDescription
Complex

Helper for System.Numerics.Complex

Functions and values

Function or valueDescription
arsinh(x)
Signature: x:float<MeasureOne> -> float<MeasureOne>
log2(x)
Signature: x:float -> float

Returns the logarithm of x to base 2

revLog2(x)
Signature: x:float<MeasureOne> -> float<MeasureOne>

Returns the reverted log2 (2^x)

round digits x
Signature: digits:int -> x:float -> float

Rounds a double-precision floating-point value to a specified number of fractional digits.

square(x)
Signature: x:^?8590 -> ^?8591
Type parameters: ^?8590, ^?8591

Returns x squared (x^2)

Fork me on GitHub