ComplexFloat

fun ComplexFloat(re: Number, im: Number)

Creates a ComplexFloat where the real part is one.


fun ComplexFloat(re: Number)

Creates a zero ComplexFloat.


fun ComplexFloat(re: Float, im: Float)