Companion

object Companion

Functions

Link copied to clipboard
fun i(im: Double): ComplexDouble

Returns the ComplexDouble with the imaginary part.

fun i(im: Float): ComplexFloat

Returns the ComplexFloat with the imaginary part.

Link copied to clipboard
fun r(re: Double): ComplexDouble

Returns the ComplexDouble with the real part.

fun r(re: Float): ComplexFloat

Returns the ComplexFloat with the real part.