FSharpAux


Complex

Namespace: FSharpAux
Parent Module: Math

Helper for System.Numerics.Complex

Functions and values

Function or valueDescription
fromComplex(complex)
Signature: complex:Complex -> float * float

Retruns real * imaginary (System.Numerics.Complex)

fromComplexFloatArray(data)
Signature: data:Complex [] -> float []
fromComplexReal(complex)
Signature: complex:Complex -> float

Retruns real part of a complex number (System.Numerics.Complex)

toComplex real imaginary
Signature: real:^?8595 -> imaginary:^?8596 -> Complex
Type parameters: ^?8595, ^?8596

Creates a complex number (System.Numerics.Complex)

toComplexFloatArray(data)
Signature: data:seq<float> -> Complex []
toComplexFromReal(real)
Signature: real:^?8598 -> Complex
Type parameters: ^?8598

Creates a complex number from only the real part (System.Numerics.Complex)

Fork me on GitHub